ccmpp_list_access_elements | R Documentation |
ccmpp_input_df
components of a listThese functions extract the ccmpp_input_df
elements from an
object inheriting from ccmpp_input_list
. These are not
exported; use the constructor functions instead. For example, to
extract fertility rates from ccmpp_input_list
, x
, use
fert_rate_age_f(x)
instead of fert_rate_component(x)
.
pop_count_base_component(x) ## S3 method for class 'list' pop_count_base_component(x) ## S3 method for class 'ccmpp_input_list' pop_count_base_component(x) pop_count_base_component(x) <- value ## S3 replacement method for class 'ccmpp_input_list' pop_count_base_component(x) <- value life_table_component(x) ## S3 method for class 'list' life_table_component(x) ## S3 method for class 'ccmpp_input_list' life_table_component(x) life_table_component(x) <- value ## S3 replacement method for class 'ccmpp_input_list' life_table_component(x) <- value survival_ratio_component(x) ## S3 method for class 'life_table_age_sex' survival_ratio_component(x) ## S3 method for class 'list' survival_ratio_component(x) ## S3 method for class 'ccmpp_input_list' survival_ratio_component(x) survival_ratio_component(x) <- value ## S3 replacement method for class 'life_table_age_sex' survival_ratio_component(x) <- value ## S3 replacement method for class 'ccmpp_input_list' survival_ratio_component(x) <- value mort_rate_component(x) ## S3 method for class 'life_table_age_sex' mort_rate_component(x) ## S3 method for class 'list' mort_rate_component(x) ## S3 method for class 'ccmpp_input_list' mort_rate_component(x) mort_rate_component(x) <- value ## S3 replacement method for class 'life_table_age_sex' mort_rate_component(x) <- value ## S3 replacement method for class 'ccmpp_input_list' mort_rate_component(x) <- value death_probability_component(x) ## S3 method for class 'life_table_age_sex' death_probability_component(x) ## S3 method for class 'list' death_probability_component(x) ## S3 method for class 'ccmpp_input_list' death_probability_component(x) death_probability_component(x) <- value ## S3 replacement method for class 'life_table_age_sex' death_probability_component(x) <- value ## S3 replacement method for class 'ccmpp_input_list' death_probability_component(x) <- value death_count_component(x) ## S3 method for class 'life_table_age_sex' death_count_component(x) ## S3 method for class 'list' death_count_component(x) ## S3 method for class 'ccmpp_input_list' death_count_component(x) death_count_component(x) <- value ## S3 replacement method for class 'life_table_age_sex' death_count_component(x) <- value ## S3 replacement method for class 'ccmpp_input_list' death_count_component(x) <- value fert_rate_component(x) ## S3 method for class 'list' fert_rate_component(x) ## S3 method for class 'ccmpp_input_list' fert_rate_component(x) fert_rate_component(x) <- value ## S3 replacement method for class 'ccmpp_input_list' fert_rate_component(x) <- value srb_component(x) ## S3 method for class 'list' srb_component(x) ## S3 method for class 'ccmpp_input_list' srb_component(x) srb_component(x) <- value ## S3 replacement method for class 'ccmpp_input_list' srb_component(x) <- value mig_net_count_component(x) ## S3 method for class 'list' mig_net_count_component(x) ## S3 method for class 'ccmpp_input_list' mig_net_count_component(x) mig_net_count_component(x) <- value ## S3 replacement method for class 'ccmpp_input_list' mig_net_count_component(x) <- value mig_net_rate_component(x) ## S3 method for class 'list' mig_net_rate_component(x) ## S3 method for class 'ccmpp_input_list' mig_net_rate_component(x) mig_net_rate_component(x, ...) <- value ## S3 replacement method for class 'ccmpp_input_list' mig_net_rate_component(x, set_mig_type = TRUE, reset_mig_counts = FALSE) <- value mig_net_count_tot_component(x) ## S3 method for class 'list' mig_net_count_tot_component(x) ## S3 method for class 'ccmpp_input_list' mig_net_count_tot_component(x) mig_net_count_tot_component(x) <- value ## S3 replacement method for class 'ccmpp_input_list' mig_net_count_tot_component(x) <- value mig_parameter_component(x) ## S3 method for class 'list' mig_parameter_component(x) ## S3 method for class 'ccmpp_input_list' mig_parameter_component(x) mig_parameter_component(x) <- value ## S3 replacement method for class 'ccmpp_input_list' mig_parameter_component(x) <- value ## S3 method for class 'list' mig_assumption(x) ## S3 method for class 'list' mig_type(x)
x |
An object of class |
An object inheriting from ccmpp_input_df
.
Mark Wheldon
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.