isCsdActive: Is csd locus activated

View source: R/Functions_L0_auxilary.R

isCsdActiveR 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()

SIMplyBee documentation built on Sept. 20, 2024, 5:07 p.m.