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