View source: R/addSexAndAgeToGroup.R
addSexAndAgeToGroup | R Documentation |
Forms a dataframe with Id, Sex, and current Age given a list of Ids and a pedigree
addSexAndAgeToGroup(ids, ped)
ids |
character vector of animal Ids |
ped |
datatable that is the |
Dataframe with Id, Sex, and Current Age
library(nprcgenekeepr)
data("qcBreeders")
data("qcPed")
df <- addSexAndAgeToGroup(ids = qcBreeders, ped = qcPed)
head(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.