change_ccmpp_input_df_span | R Documentation |
ccmpp_input_df
objectThis is a generic function with methods for the various sub-classes
of ccmpp_input_df
. Valid objects inheriting from
ccmpp_input_df
have a common value for “age_span” and
“time_span”. This function provides a way of coherently
changing this value, ensuring that the result is still a valid
member of its class.
span(x, ...) <- value ## S3 replacement method for class 'ccmpp_input_df' span(x, ...) <- value
x |
An object inheriting from |
value |
A numeric scalar for the new span. |
... |
Passed to or from other methods. |
x
with spans set to value
.
Mark Wheldon
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.