MultiPop-class | R Documentation |
The mega-population represents a population of populations. It is designed to behave like a list of populations.
## 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' object |
i |
index of populations or mega-populations |
... |
additional 'MultiPop' or 'Pop' objects |
[
: Extract MultiPop by index
[[
: Extract Pop by index
c(MultiPop)
: Combine multiple MultiPops
length(MultiPop)
: Number of pops in MultiPop
isMultiPop()
: Test if object is of a MultiPop class
pops
list of Pop-class
and/or
MultiPop-class
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.