View source: R/BuildGG_WithoutCountry.R
Identifying breeds that have to few versus enough missing sires. This criteria is regulated with the option pminGroupSize.
1 2 3 4 5 6 7 8 | define_GG_withoutCountry(
psInputFile,
pminGroupSize = 250,
pnumberOfYears = 6,
pglobal_minyear = 1900,
pglobal_maxyear = 2100,
pbLog = FALSE
)
|
psInputFile |
data frame including number of missing parents per year and breed |
pminGroupSize |
minimum number of animals required per genetic group |
pnumberOfYears |
minimum number of birth years required per genetic group |
pglobal_minyear |
global minimum year |
pglobal_maxyear |
globar maximum year |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.