rescale | R Documentation |
Rescale numeric vector to have specified minimum and maximum, but allow for hard boundaries. It is a slightly modified version of scales::rescale, incorporating scales::zero_range, both by Hadley Wickham used under the conditions of the MIT license.
rescale(
x,
to = c(0, 1),
from = range(x, na.rm = TRUE, finite = TRUE),
hard_bounds = TRUE
)
x |
values to rescale |
to |
range to scale to |
from |
range of values the x could have been |
hard_bounds |
If |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.