Determine Sex of Offspring
Source:R/helpSimulatePedigree.R, R/helpSimulatePedigree_beta.R
determineSex.RdThis internal function assigns sexes to the offspring in a generation based on the specified sex ratio.
Usage
determineSex(idGen, sexR, code_male = "M", code_female = "F", beta = FALSE)
determineSex_beta(idGen, sexR, code_male = "M", code_female = "F")