Description
constrains a dataset
Usage
constrain(x, minimum, maximum)
Arguments
- x
dataset that is to be constrained
- minimum
Value of the lowest acceptable number, before being replaced by this lower bound
- maximum
Value of the highest acceptable number, before being replaced by this upper bound