Learn R Programming

SIMplyBee (version 0.4.1)

c,NULLOrPop-method: 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 NULLOrPop
c(x, ...)

Arguments

x

NULL or Pop-class

...

list of NULL or Pop-class objects