Age Pyramid
agepyramid(data, age, gender, female)
data | The data as a data frame. |
---|---|
age | . |
gender | . |
female | . |
A results object containing:
results$pyramidTable | a table | ||||
results$plot | an image |
Tables can be converted to data frames with asDF
or as.data.frame
. For example:
results$pyramidTable$asDF