age_pyramid {IBMPopSim} | R Documentation |
Generic method for age_pyramid
Description
Generic method for age_pyramid
Usage
age_pyramid(object, time = 0, ages = c(0:110, Inf), ...)
Arguments
object |
Population. |
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. |
... |
Additional parameters |
Value
An object of class pyramid
containing the age pyramid of a population at instant time
.
[Package IBMPopSim version 1.0.0 Index]