View source: R/S3_classes_ccmpp_input_srb_df.R
srb | R Documentation |
srb
srb
is a subclass of
ccmpp_input_df
. It imposes three additional conditions:
Value_type
attribute equals “ratio”.
There can be no 'age' dimension.
There can be no 'sex' dimension.
srb(x, ...) ## S3 method for class 'data.frame' srb(x, time_span = attr(x, "time_span")) ## S3 method for class 'ccmpp_input_list' srb(x) srb(x) <- value
x |
An object for which a method is defined (see “Details”). |
... |
Passed to the low-level constructor. |
Methods are defined for data.frame
s and
ccmpp_input_list
s, and possibly other objects as
well. The data.frame
method “constructs” an object
from x
. The ccmpp_input_list
method “extracts”
an object from x
. There is also a replacement function which
complements the extraction methods.
An object of class srb
.
Mark Wheldon
validate_ccmppWPP_object
for object validation,
ccmpp_input_df
for the class from which this one
inherits.
Other ccmpp_input_objects:
ccmpp_input_df()
,
ccmpp_input_list()
,
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()
,
survival_ratio_age_sex()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.