View source: R/01_contact_matrix.R
aggregate_pop_ages
returns a data.frame with all of the
processed information on population age structure.
1 2 3 4 5 6 | aggregate_pop_ages(
match_country = "",
match_state = "",
match_county = "",
ages_to_cut = v_init_age_grps
)
|
match_country |
Character that specifies which country population age structure to return. |
match_state |
Character that specifies which state population age structure to return. |
match_county |
Character that specifies which county population age structure to return. |
ages_to_cut |
Vector that specifies the age bins to aggregate and return. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.