param.simer {simer} | R Documentation |
Generate parameters for Simer.
param.simer(SP = NULL, ...)
SP |
a list of all simulation parameters. |
... |
one or more parameter(s) for simer. |
Build date: Apr 17, 2022 Last update: Jul 4, 2022
the function returns a list containing
a list of global parameters.
a list of marker information parameters.
a list of genotype simulation parameters.
a list of phenotype simulation parameters.
a list of selection parameters.
a list of reproduction parameters.
Dong Yin
SP <- param.simer(out = "simer")
str(SP)