focalAnimals | R Documentation |
They can be used to illustrate the identification of a population of interest as is shown in the example below.
focalAnimals
An object of class data.frame
with 327 rows and 1 columns.
library(nprcgenekeepr)
data("focalAnimals")
data("examplePedigree")
any(names(examplePedigree) == "population")
nrow(examplePedigree)
examplePedigree <- setPopulation(ped = examplePedigree,
ids = focalAnimals$id)
any(names(examplePedigree) == "population")
nrow(examplePedigree)
nrow(examplePedigree[examplePedigree$population, ])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.