Description Usage Arguments Value Author(s) Examples
The function performs a linear transformation of the data, such that afterwards range(data)=c(theMin,theMax).
1 2 3 |
data |
vector with the |
min.goal |
new minimum value |
max.goal |
new maximum value |
min.data |
old minimum value |
max.data |
old maximum value |
center |
which old value should become the new center ( (max.goal + min.goal) / 2 ) |
na.rm |
boolean, passed to |
vector with the transformed data
Dominik Reusser
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.