ped2DF | R Documentation |
Express a pedigree as a data frame with sire
and
dam
stored as factors. If the pedigree is an object of
class pedinbred then the inbreeding coefficients are
appended as the variable F
ped2DF(x)
x |
|
a data frame
ped <- pedigree(sire = c(NA, NA, 1, 1, 4, 5),
dam = c(NA, NA, 2, NA, 3, 2),
label = 1:6)
ped2DF(ped)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.