Learn R Programming

SIMplyBee (version 0.4.1)

isCsdActive: 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)

Value

logical

Arguments

simParamBee

SimParamBee, global simulation parameters

Examples

Run this code
founderGenomes <- quickHaplo(nInd = 3, nChr = 3, segSites = 100)
SP <- SimParamBee$new(founderGenomes, csdChr = NULL)
SP$nThreads = 1L
isCsdActive()

SP <- SimParamBee$new(founderGenomes)
SP$nThreads = 1L
isCsdActive()

Run the code above in your browser using DataLab