Printing pedigrees
Print a ped
object using original labels.
## S3 method for class 'ped' print(x, ..., markers, verbose = TRUE)
x |
object of class |
... |
(optional) arguments passed on to |
markers |
(optional) vector of marker indices. If missing, and |
verbose |
If TRUE, a message is printed if only the first 5 markers are printed. (See above). |
This first calls as.data.frame.ped()
and then prints the resulting
data.frame. The data.frame is returned invisibly.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.