Test if x is a SimParamBee class object

isSimParamBee(x)

Arguments

x

SimParamBee

Value

logical

Examples

founderGenomes <- quickHaplo(nInd = 2, nChr = 1, segSites = 100)
SP <- SimParamBee$new(founderGenomes)
isSimParamBee(SP)
#> [1] TRUE