MultiPop-class: Multi-Population
Description
The mega-population represents a population of populations.
It is designed to behave like a list of populations.
Usage
# S4 method for MultiPop
[(x, i)# S4 method for MultiPop
[[(x, i)
# S4 method for MultiPop
c(x, ...)
isMultiPop(x)
Arguments
- x
a 'MultiPop' object
- i
index of populations or mega-populations
- ...
additional 'MultiPop' or 'Pop' objects
Slots
pops
list of Pop-class
and/or
MultiPop-class