lim {cooltools} | R Documentation |
Crop values to a custom range
Description
Limits the values of a vector or array to a desired interval, while keeping the shape of the input argument
Usage
lim(x, min = 0, max = 1, clip = NULL, na = NULL)
Arguments
x |
vector or array |
min |
minimum value |
max |
maximum value |
clip |
optional value specifying the value assigned to clipped data, e.g. |
na |
optional value specifying the value assigned to non-numbers (NA and NaN) |
Value
vector/array of the same shape as x
Author(s)
Danail Obreschkow
See Also
stretch
[Package cooltools version 2.4 Index]