Print a ped
object using original labels.
# S3 method for ped
print(x, ..., markers, verbose = TRUE)
object of class ped
.
(optional) arguments passed on to print.data.frame()
.
(optional) vector of marker indices. If missing, and x
has
less than 10 markers, they are all displayed. If x
has 10 or more
markers, the first 5 are displayed.
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.