powered by
This function resembles RESCALE() and it is just equivalent to RESCALE(var, to=0:1).
RESCALE()
RESCALE(var, to=0:1)
scaler(v, min = 0, max = 1)
A vector of rescaled variable.
Variable (numeric vector).
Minimum value (defaults to 0).
Maximum value (defaults to 1).
scaler(1:5) # the same: RESCALE(1:5, to=0:1)
Run the code above in your browser using DataLab