getPedMaxAge | R Documentation |
Get the maximum age of live animals in the pedigree.
getPedMaxAge(ped)
ped |
dataframe with pedigree |
Numeric value representing the maximum age of animals in the pedigree.
library(nprcgenekeepr)
examplePedigree <- nprcgenekeepr::examplePedigree
ped <- qcStudbook(examplePedigree, minParentAge = 2,
reportChanges = FALSE,
reportErrors = FALSE)
getPedMaxAge(ped)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.