to01 {templr} | R Documentation |
Helper function to scale from [min,max] to [0,1]
to01(X, inp)
X |
values to scale |
inp |
list containing 'min' and 'max' values |
X scaled in [0,1]
to01(10+10*data.frame(x=matrix(runif(10))),list(x=list(min=10,max=20)))