View source: R/S3_classes_ccmpp_input_death_count_df.R
new_death_count_age_sex | R Documentation |
death_count_age_sex
.q@description
Creates an object of class death_count_age_sex
. Minimal
checks are done; for interactive use see
death_count_age_sex
.
new_death_count_age_sex( x, age_span = double(), time_span = double(), non_zero_fert_ages = double(), dimensions = get_req_dimensions_for_subclass_classes("death_count_age_sex"), value_type = get_value_types_for_subclass_classes("death_count_age_sex"), value_scale = double(), ..., class = character() )
dimensions |
Character vector listing the dimensions such as “time”, “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
death_count_age_sex
.
An object of class death_count_age_sex
.
Mark Wheldon
death_count_age_sex
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.