
Normalize Values to the 0-1 Range
norm01.Rd
This function scales and translates the values in the input vector x
such that the minimum value becomes 0 and the maximum value becomes 1.
The normalization is done by first subtracting the minimum value
from each element (translation) and then dividing each element by
the new maximum value (scaling).