setMinMax {campsismod} | R Documentation |
Set the minimum and maximum value on a model parameter.
Description
Set the minimum and maximum value on a model parameter.
Usage
setMinMax(object, parameter, min, max, ...)
## S4 method for signature 'parameters,parameter,numeric,numeric'
setMinMax(object, parameter, min, max, ...)
## S4 method for signature 'parameters,character,numeric,numeric'
setMinMax(object, parameter, min, max, ...)
## S4 method for signature 'campsis_model,parameter,numeric,numeric'
setMinMax(object, parameter, min, max, ...)
## S4 method for signature 'campsis_model,character,numeric,numeric'
setMinMax(object, parameter, min, max, ...)
Arguments
object |
model or parameters object |
parameter |
parameter object (Theta, Omega or Sigma) |
min |
minimum value for this parameter when parameter uncertainty is enabled |
max |
maximum value for this parameter when parameter uncertainty is enabled |
... |
extra arguments, unused |
Value
updated object
[Package campsismod version 1.2.2 Index]