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 Pop-class

...

list of NULL or Pop-class objects


[Package SIMplyBee version 0.3.0 Index]