isCsdActive {SIMplyBee}R Documentation

Is csd locus activated

Description

Level 0 function that checks if the csd locus has been activated. See SimParamBee for more information about the csd locus.

Usage

isCsdActive(simParamBee = NULL)

Arguments

simParamBee

SimParamBee, global simulation parameters

Value

logical

Examples

founderGenomes <- quickHaplo(nInd = 3, nChr = 3, segSites = 100)
SP <- SimParamBee$new(founderGenomes, csdChr = NULL)
isCsdActive()

SP <- SimParamBee$new(founderGenomes)
isCsdActive()

[Package SIMplyBee version 0.3.0 Index]