isSimParamBee {SIMplyBee} | R Documentation |
Test if x is a SimParamBee class object
Description
Test if x is a SimParamBee
class object
Usage
isSimParamBee(x)
Arguments
x |
Value
logical
Examples
founderGenomes <- quickHaplo(nInd = 2, nChr = 1, segSites = 100)
SP <- SimParamBee$new(founderGenomes)
isSimParamBee(SP)
[Package SIMplyBee version 0.3.0 Index]