censor {scales} | R Documentation |
Censor any values outside of range.
censor(x, range = c(0, 1), only.finite = TRUE)
x |
numeric vector of values to manipulate. |
range |
numeric vector of length two giving desired output range. |
only.finite |
if |
censor(c(-1, 0.5, 1, 2, NA))