powered by
Variable min-max scaling.
minMaxScale(vec)
vector of numbers to scale
# NOT RUN { set.seed(1234) d <- runif(20,1,10) minMaxScale(d) # }
Run the code above in your browser using DataLab