powered by
Filters a genetic value report down to only the specified animals
filterReport(ids, rpt)
character vector of animal IDs
a dataframe with required colnames id, gu, zScores, import, totalOffspring, which is a data.frame of results from a genetic value analysis.
id
gu
zScores
import
totalOffspring
A copy of report specific to the specified animals.
# NOT RUN { library(nprcgenekeepr) rpt <- nprcgenekeepr::pedWithGenotypeReport$report rpt1 <- filterReport(c("GHH9LB", "BD41WW"), rpt) # } # NOT RUN { # }
Run the code above in your browser using DataLab