Description Usage Arguments Value Author(s)
This function is a bit of a wrapper around the mate
function in that
it allows you to specify the inbreeding parameter F (the fraction of individuals
that produce offspring via selfing).
1 | mixed_mating(data, N = 1, s = 0)
|
data |
A |
N |
The total number of individuals in the next generation to be produced by the mating of each individual. If empty, it will default to 1 offspring per pair. |
s |
The fraction of adults you want to be selected to produce selfed offspring, the
default is 0 and this will produce a randomly mating population just like if you called
|
A data.frame
that has new individuals that are the result of mixed mating
Rodney J. Dyer rjdyer@vcu.edu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.