Learn R Programming

SIMplyBee (version 0.4.1)

isSimParamBee: Test if x is a SimParamBee class object

Description

Test if x is a SimParamBee class object

Usage

isSimParamBee(x)

Value

logical

Arguments

x

SimParamBee

Examples

Run this code
founderGenomes <- quickHaplo(nInd = 2, nChr = 1, segSites = 100)
SP <- SimParamBee$new(founderGenomes)
SP$nThreads = 1L
isSimParamBee(SP)

Run the code above in your browser using DataLab