View source: R/scale_min_max.R
scale_min_max | R Documentation |
scale_min_max
scale_min_max(data, min = NULL, max = NULL)
data |
data to scale |
min |
minimum value of the data (default: NULL) |
max |
maximum value of the data (default: NULL) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.