setRange<- {cascsim} | R Documentation |
Set the min and max of the variable.
setRange(this, ...) <- value
## S4 replacement method for signature 'Distribution,numeric'
setRange(this) <- value
this |
Distribution Object |
... |
Additional function arguments. |
value |
a two-element vector contains min and max. |