getPedMaxAge: Get the maximum age of live animals in the pedigree.

Description Usage Arguments Value Examples

View source: R/getPedMaxAge.R

Description

Get the maximum age of live animals in the pedigree.

Usage

1

Arguments

ped

dataframe with pedigree

Value

Numeric value representing the maximum age of animals in the pedigree.

Examples

1
2
3
4
5
6
library(nprcgenekeepr)
examplePedigree <- nprcgenekeepr::examplePedigree
ped <- qcStudbook(examplePedigree, minParentAge = 2,
                        reportChanges = FALSE,
                        reportErrors = FALSE)
getPedMaxAge(ped)

rmsharp/nprcmanager documentation built on April 24, 2021, 3:13 p.m.