population_alive.population | R Documentation |
Returns a population of individuals alive.
## S3 method for class 'population'
population_alive(object, t, a1 = 0, a2 = Inf, ...)
object |
A population data frame containing at least a column |
t |
A numeric indicating the time. |
a1 |
0 by default. All individuals of age over |
a2 |
Inf by default. All individuals of age below |
... |
Additional params. |
The function returns a population data frame containing all individuals alive at time t
and of age in [a1,a2)
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.