powered by
Get the maximum age of live animals in the pedigree.
getPedMaxAge(ped)
Numeric value representing the maximum age of animals in the pedigree.
dataframe with pedigree
library(nprcgenekeepr) examplePedigree <- nprcgenekeepr::examplePedigree ped <- qcStudbook(examplePedigree, minParentAge = 2, reportChanges = FALSE, reportErrors = FALSE ) getPedMaxAge(ped)
Run the code above in your browser using DataLab