View source: R/simer.Parameter.r
param.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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.