print.ped {pedtools} | R Documentation |
Printing pedigrees
Description
Print a ped
object using original labels.
Usage
## S3 method for class 'ped'
print(x, ..., markers, verbose = TRUE)
Arguments
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). |
Details
This first calls as.data.frame.ped()
and then prints the resulting
data.frame. The data.frame is returned invisibly.
[Package pedtools version 2.7.0 Index]