alternate | R Documentation |
Alternate cfp_pfres / cfp_fgres models for sensitivity analysis and more.
alternate(
x,
f,
run_map,
return_raw = TRUE,
error_funs = NULL,
error_args = NULL
)
alternate_model(run_map, x, f)
x |
A cfp_pfres or cfp_fgres model result. |
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 |
alternate_model()
is used internally to change and rerun one
model, but can also be used to update a model with a given unique run_map,
e.g. by filtering the best run_id from the original run_map
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.