countGen | R Documentation |
Counts generation number for individuals in a pedigreee.
countGen(ped)
ped |
|
Numeric vector
id <- 1:5 dam <- c(0,0,1,1,4) sire <- c(0,0,2,2,3) ped <- data.frame(id,dam,sire) (gens <- countGen(ped))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.