View source: R/utils-scaling.R
| rescale_max | R Documentation | 
Rescale numeric vector to have specified maximum
rescale_max(x, to = c(0, 1), from = range(x, na.rm = TRUE))
| x | numeric vector of values to manipulate. | 
| to | output range (numeric vector of length two) | 
| from | input range (numeric vector of length two).  If not given, is
calculated from the range of  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.