.scaleXY {wrMisc} | R Documentation |
Scale between min and max value (main)
Description
This function rescales between user-defined min and max values
Usage
.scaleXY(x, minim = 2, maxim = 3)
Arguments
x |
numeric vector to be re-scalded |
minim |
(numeric) minimum value for resultant vactor |
maxim |
(numeric) minimum value for resultant vactor |
Value
This function returns a matrix of CV values
See Also
Examples
.scaleXY(11:15, min=1, max=100)
[Package wrMisc version 1.15.1 Index]