powered by
Generate parameters for reproduction.
param.reprod(SP = NULL, ...)
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.
a list of all simulation parameters.
one or more parameter(s) for reproduction.
Dong Yin
Build date: Apr 6, 2022 Last update: Jul 4, 2022
SP <- param.reprod(reprod.way = "randmate") str(SP)
Run the code above in your browser using DataLab