Multi-Population
The mega-population represents a population of populations. It is designed to behave like a list of populations. class
## S4 method for signature 'MultiPop' x[i] ## S4 method for signature 'MultiPop' x[[i]] ## S4 method for signature 'MultiPop' c(x, ...) ## S4 method for signature 'MultiPop' length(x) isMultiPop(x)
x
: a 'MultiPop' objecti
: index of populations or mega-populations...
: additional 'MultiPop' or 'Pop' objects[
: Extract MultiPop by index[[
: Extract Pop by indexc(MultiPop)
: Combine multiple MultiPopslength(MultiPop)
: Number of pops in MultiPopisMultiPop()
: Test if object is of a MultiPop classpops
: list of Pop-class
and/or MultiPop-class
Useful links