set_bounds {cvasi} | R Documentation |
Set boundaries of model parameters
Description
Modifies the boundaries of model parameters for one or more scenario or caliset objects.
Usage
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)
Arguments
x |
|
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 |
Value
scenario or caliset with modified parameter boundaries
Examples
metsulfuron %>%
set_bounds(list(k_phot_max = c(0, 30),
k_resp = c(0, 10)))
[Package cvasi version 1.4.0 Index]