c,NULLOrPop-method {SIMplyBee} | R Documentation |
Combine a NULL and AlphaSimR population
Description
This combine c()
method is a hack to combine NULL and an
AlphaSimR population object c(NULL, pop)
(c(pop, NULL)
works
already with AlphaSimR package code).
Usage
## S4 method for signature 'NULLOrPop'
c(x, ...)
Arguments
x |
NULL or |
... |
list of NULL or |
[Package SIMplyBee version 0.3.0 Index]