View source: R/Functions_L0_auxilary.R
isCsdActive | R Documentation |
Level 0 function that checks if the csd locus has been
activated. See SimParamBee
for more information about the csd
locus.
isCsdActive(simParamBee = NULL)
simParamBee |
|
logical
founderGenomes <- quickHaplo(nInd = 3, nChr = 3, segSites = 100)
SP <- SimParamBee$new(founderGenomes, csdChr = NULL)
isCsdActive()
SP <- SimParamBee$new(founderGenomes)
isCsdActive()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.