View source: R/basic_functions.R
Normalize | R Documentation |
simple function to normalize data
Normalize(x)
x |
numeric vector to normalize |
Normalize(1:10) # [1] 0.0182 0.0364 0.0545 0.0727 0.0909 # 0.1091 0.1273 0.1455 0.1636 0.1818
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.