powered by
Helper function to scale from [0,1] to [min,max]
from01(X, inp)
X scaled in [inp$min, inp$max]
values to scale
list containing 'min' and 'max' values
from01(data.frame(x=matrix(runif(10))),list(x=list(min=10,max=20)))
Run the code above in your browser using DataLab