Description Usage Arguments Value Author(s) Examples
Map a vector of values to a prespecified range
1 | map_values_to_range(values, min_val = 3, max_val = 10)
|
values |
numeric vector of values |
min_val |
value to map minimum input value to |
max_val |
value to map maximum input value to |
vector of values
Beth Signal
1 | map_values_to_range(seq(0, 10), min_val = 2, max_val=4)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.