limit {mark} | R Documentation |
Limit
Description
Limit a numeric vector by lower and upper bounds
Usage
limit(x, lower = min(x), upper = max(x))
Arguments
x |
A numeric vector |
lower |
A lower limit (as |
upper |
An upper limit (as |
Value
The vector x
with lower
and upper
as the minimum, maximum
values
[Package mark version 0.8.0 Index]