View source: R/S3_classes_ccmpp_input_fert_rate_df.R
drop_zero_fert_ages | R Documentation |
Drops zero fertility rate ages from a fert_rate_age_df
object. Note that the result is not valid as a member of
this class so a demog_change_component_df
will be
returned.
drop_zero_fert_ages(x, ...) ## S3 method for class 'fert_rate_age_f' drop_zero_fert_ages(x)
x |
An object inheriting from |
... |
Not implemented |
A demog_change_component_df
with the only the rows
corresponding to non_zero_fert_ages(x)
.
Mark Wheldon
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.