Description Usage Arguments Value
Scale a vector of values into a range
1 2 3 4 5 | scale_into(x,
new_xmin,
new_xmax,
old_xmin = NULL,
old_xmax = NULL)
|
x |
[numeric], length >= 1, |
new_xmin |
[numeric], length == 1, |
new_xmax |
[numeric], length == 1, |
old_xmin |
[numeric], NULL or length 1 |
old_xmax |
[numeric], NULL or length 1 |
1 | [numeric]
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.