setMinMax | R Documentation |
Set the minimum and maximum value on a model parameter.
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, ...)
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 |
updated object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.