agepyramid | R Documentation |
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
as.data.frame(results$pyramidTable)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.