normalize {eHDPrep} | R Documentation |
Normalizes values in x
to be between 0 and 1 using min-max
normalization.
normalize(x, na.rm = TRUE)
x |
numeric vector |
na.rm |
a logical indicating whether missing values should be removed. Default = TRUE. |
normalised x