pal_rescale | R Documentation |
Just rescales the input to the specific output range. Useful for alpha, size, and continuous position.
pal_rescale(range = c(0.1, 1))
rescale_pal(range = c(0.1, 1))
range |
Numeric vector of length two, giving range of possible values. Should be between 0 and 1. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.