Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

print.ped

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 ped.

...

(optional) arguments passed on to print.data.frame().

markers

(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.

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.


pedtools

Creating and Working with Pedigrees and Marker Data

v0.9.7
GPL-3
Authors
Magnus Dehli Vigeland [aut, cre] (<https://orcid.org/0000-0002-9134-4962>)
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.