| normalize | R Documentation |
Changes range of numeric variables to have min=0 and max=1
normalize(x)
x |
name of object to normalize |
The function changes the range of the named numeric vector to finally have min(x)=0 and max(x)=1.
vector of same length as x with normalized values
normalize(1:5)