View source: R/S3_classes_ccmpp_input_pop_count_base_df.R
new_pop_count_age_sex_base | R Documentation |
pop_count_age_sex_base
.Creates an object of class pop_count_age_sex_base
. Minimal
checks are done; for interactive use see
pop_count_age_sex_base
.
new_pop_count_age_sex_base( x, age_span = double(), time_span = 0, dimensions = get_req_dimensions_for_subclass_classes("pop_count_age_sex_base"), value_type = get_value_types_for_subclass_classes("pop_count_age_sex_base"), value_scale = double(), ..., class = character() )
age_span |
Scalar indicating the span of the age groups. |
dimensions |
Character vector listing the dimensions such as “age”, “sex”. |
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., |
This function is not exported. The user-level constructor is
pop_count_age_sex_base
.
An object of class pop_count_age_sex_base
.
There is no age_span
argument. Baseline population counts
have time span 0.
Mark Wheldon
pop_count_age_sex_base
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.