R/Class-SimParamBee.R
isSimParamBee.Rd
Test if x is a SimParamBee class object
SimParamBee
isSimParamBee(x)
logical
founderGenomes <- quickHaplo(nInd = 2, nChr = 1, segSites = 100) SP <- SimParamBee$new(founderGenomes) SP$nThreads = 1L isSimParamBee(SP) #> [1] TRUE