powered by
Scales values between 0 and 1
sc01(x)
Numeric or integer vector
x <- runif(min = 3, max = 15, n = 20) x01 <- sc01(x)
Run the code above in your browser using DataLab