View source: R/random_mating.R
random_mating | R Documentation |
Provides offspring bi-allele multi-locus frequencies under the assumption of panmixia, where female / male fitness can be different and selection can build linkage disequilibrium
random_mating(ffset, fmset, resistant_alleles)
@param ffset A vector with the frequency of all female genotypes @param fmset A vector with the frequency of all male genotypes @param resistant_alleles A matrix that encodes the properties of the resistant alleles, as one allele per row
@return A vector with the frequency of all genotypes @export @examples
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.