View source: R/S3_classes_ccmpp_input_fert_rate_df.R
new_fert_rate_age_f | R Documentation |
fert_rate_age_f
.Creates an object of class fert_rate_age_f
. Minimal
checks are done; for interactive use see
fert_rate_age_f
.
This function is not exported. The user-level constructor is
fert_rate_age_f
.
new_fert_rate_age_f( x, age_span = double(), time_span = double(), dimensions = get_req_dimensions_for_subclass_classes("fert_rate_age_f"), value_type = get_value_types_for_subclass_classes("fert_rate_age_f"), value_scale = double(), non_zero_fert_ages = 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 fert_rate_age_f
.
Mark Wheldon
fert_rate_age_f
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.