powered by
simple function to normalize data
Normalize(x)
numeric vector to normalize
# NOT RUN { Normalize(1:10) # [1] 0.0182 0.0364 0.0545 0.0727 0.0909 # 0.1091 0.1273 0.1455 0.1636 0.1818 # }
Run the code above in your browser using DataLab