View source: R/S3_classes_ccmpp_output_pop_count_age_sex_df.R
new_pop_count_age_sex | R Documentation |
pop_count_age_sex
.Creates an object of class pop_count_age_sex
. Minimal
checks are done; for interactive use see
pop_count_age_sex
.
This function is not exported. The user-level constructor is
pop_count_age_sex
.
new_pop_count_age_sex( x, age_span = double(), time_span = 0, dimensions = get_req_dimensions_for_subclass_classes("pop_count_age_sex"), value_type = get_value_types_for_subclass_classes("pop_count_age_sex"), value_scale = double(), ..., class = character() )
x |
For |
value_type |
Scalar indicating the type of the “value” column (e.g., “count”, “rate”, etc.). |
value_scale |
Numeric scalar indicating the value_scale of the
counts, e.g., |
... |
Passed to the low-level constructor. |
An object of class pop_count_age_sex
.
There is no age_span
argument. Population counts
have time span 0.
Mark Wheldon
pop_count_age_sex
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.