rescale_values {edibble} | R Documentation |
Similar to scales::rescale()
but it has a different
behaviour when only upper or lower bound is given.
rescale_values(x, lower = NA, upper = NA)
x |
A numerical vector. |
lower |
The lower bound. |
upper |
The upper bound. |