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).

# S4 method for NULLOrPop
c(x, ...)

Arguments

x

NULL or Pop-class

...

list of NULL or Pop-class objects