View source: R/simer.Parameter.r
param.reprod | R Documentation |
Generate parameters for reproduction.
param.reprod(SP = NULL, ...)
SP |
a list of all simulation parameters. |
... |
one or more parameter(s) for reproduction. |
Build date: Apr 6, 2022 Last update: Jul 4, 2022
the function returns a list containing
the generations of simulated population.
reproduction method, it consists of "clone", "dh", "selfpol", "randmate", "randexself", "assort", "disassort", "2waycro", "3waycro", "4waycro", "backcro", and "userped".
the male rate in the population.
the progeny number of an individual.
Dong Yin
SP <- param.reprod(reprod.way = "randmate")
str(SP)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.