.scaleXY | R Documentation |
This function rescales between user-defined min and max values
.scaleXY(x, minim = 2, maxim = 3)
x |
numeric vector to be re-scalded |
minim |
(numeric) minimum value for resultant vactor |
maxim |
(numeric) minimum value for resultant vactor |
This function returns a matrix of CV values
scaleXY
, scale
.scaleXY(11:15, min=1, max=100)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.