calcInbreeding | R Documentation |
Calculates inbreeding coefficients of individuals in a pedigree.
calcInbreeding(ped)
ped |
|
Logical.
id <- 1:6 dam <- c(0,0,1,1,4,4) sire <- c(0,0,2,2,3,5) ped <- data.frame(id,dam,sire) (F <- calcInbreeding(ped))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.