powered by
Modifies the boundaries of model parameters for one or more scenario or caliset objects.
set_bounds(x, bounds)# S4 method for EffectScenario,list set_bounds(x, bounds)# S4 method for CalibrationSet,list set_bounds(x, bounds)# S4 method for list,list set_bounds(x, bounds)
# S4 method for EffectScenario,list set_bounds(x, bounds)
# S4 method for CalibrationSet,list set_bounds(x, bounds)
# S4 method for list,list set_bounds(x, bounds)
scenario or caliset with modified parameter boundaries
vector of scenario or caliset objects
named list of numerical vectors, where the first level lists the parameters by name, and the second level lists the lower and upper boundary
metsulfuron %>% set_bounds(list(k_phot_max = c(0, 30), k_resp = c(0, 10)))
Run the code above in your browser using DataLab