constrain {GENEAread} | R Documentation |
Constrain
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 |
[Package GENEAread version 2.0.10 Index]