powered by
Rescale a series between two bounds
rescale(x, low = 0, high = 1)
a rescaled numeric vector
Numeric vector
Numeric, lower bound
Numeric, higher bound
# example code rescale(1:10) rescale(rnorm(10), 100, 101)
Run the code above in your browser using DataLab