cfp_altres | R Documentation |
S3 class for the result of a call to alternate(). Essentially a list with added run_map and further attributes.
cfp_altres(
x,
og_model,
f,
run_map,
return_raw = TRUE,
error_funs = NULL,
error_args = NULL
)
x |
A named list of cfp_pfres or cfp_fgres models. |
og_model |
The original model that was altered |
f |
A function taking in a soilphys object and recalculates the relevant
columns. See |
run_map |
A data.frame created by |
return_raw |
Should the models be returned as is, or after applying any
|
error_funs |
A list of functions to be applied after flux calculation if
|
error_args |
A list of additional function arguments to be passed to any
of the |
Other model frames:
cfp_fgmod()
,
cfp_fgres()
,
cfp_pfmod()
,
cfp_pfres()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.