param.simer {simer}R Documentation

Parameter generator

Description

Generate parameters for Simer.

Usage

param.simer(SP = NULL, ...)

Arguments

SP

a list of all simulation parameters.

...

one or more parameter(s) for simer.

Details

Build date: Apr 17, 2022 Last update: Jul 4, 2022

Value

the function returns a list containing

$global

a list of global parameters.

$map

a list of marker information parameters.

$geno

a list of genotype simulation parameters.

$pheno

a list of phenotype simulation parameters.

$sel

a list of selection parameters.

$reprod

a list of reproduction parameters.

Author(s)

Dong Yin

Examples

SP <- param.simer(out = "simer")
str(SP)

[Package simer version 0.9.0.4 Index]