set_bounds | R Documentation |
Modifies the boundaries of model parameters for one or more scenario or caliset objects.
set_bounds(x, bounds)
## S4 method for signature 'EffectScenario,list'
set_bounds(x, bounds)
## S4 method for signature 'CalibrationSet,list'
set_bounds(x, bounds)
## S4 method for signature 'list,list'
set_bounds(x, bounds)
x |
vector of scenario or caliset objects |
bounds |
named list of numerical vectors, where the first level lists the parameters by name, and the second level lists the lower and upper boundary |
scenario or caliset with modified parameter boundaries
metsulfuron %>%
set_bounds(list(k_phot_max = c(0, 30),
k_resp = c(0, 10)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.