age_pyramids.population | R Documentation |
Vectorial version in time of the function age_pyramid.population
. Not compatible with IBMs including swap events.
## S3 method for class 'population'
age_pyramids(object, time = 0, ages = c(0:110, Inf))
object |
Object of |
time |
The age pyramid is computed at instant |
ages |
(Optional) A numeric vector of distinct positive values composing age groups. Must be in increasing order. |
For convenience. This is a just a lapply
call of age_pyramid.population
on the vector time
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.