View source: R/S3_classes_ccmpp_input_list.R
ccmpp_input_list | R Documentation |
ccmpp_input_list
This function creates objects of class ccmpp_input_list
. It
takes as arguments a set of objects inheriting from
ccmpp_input_df
.
ccmpp_input_list( pop_count_age_sex_base, life_table_age_sex, fert_rate_age_f, srb, mig_net_count_age_sex, mig_net_rate_age_sex, mig_net_count_tot_b, mig_parameter )
pop_count_age_sex_base |
An object of class |
life_table_age_sex |
An object of class |
fert_rate_age_f |
An object of class |
srb |
An object of class |
mig_net_count_age_sex |
An object of class |
mig_net_rate_age_sex |
An object of class |
mig_net_count_tot_b |
An object of class |
mig_parameter |
An object of class |
An object of class ccmpp_input_list
.
Mark Wheldon
as_ccmpp_input_list.list
for creating
ccmpp_input_list
s lists.
Other ccmpp_input_objects:
ccmpp_input_df()
,
coerce_pop_count_age_sex_reference
,
death_count_age_sex()
,
death_probability_age_sex()
,
fert_rate_age_f()
,
life_table_age_sex()
,
mig_net_count_age_sex()
,
mig_net_count_tot_b()
,
mig_net_rate_age_sex()
,
mig_parameter()
,
mort_rate_age_sex()
,
pop_count_age_sex_base()
,
srb()
,
survival_ratio_age_sex()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.