View source: R/standardNormalization.R
standardNormalization | R Documentation |
Normalize each column of the input data to have mean 0 and standard deviation 1.
standardNormalization(x)
x |
The unnormalized data. |
The data normalized.
# data(data1) data1 = standardNormalization(data1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.