R/data.R
focalAnimals.Rd
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.
# \donttest{ library(nprcgenekeepr) data("focalAnimals") data("examplePedigree") any(names(examplePedigree) == "population")#> [1] FALSE#> [1] 3694examplePedigree <- setPopulation(ped = examplePedigree, ids = focalAnimals$id) any(names(examplePedigree) == "population")#> [1] TRUE#> [1] 3694#> [1] 327# }