ezNorm | R Documentation |
Normalizes a matrix according to the provided method; normalization is performed column-wise.
ezNorm(x, method = "none", presentFlag = NULL)
x |
the matrix to normalize. |
method |
which normalization method to use. The default does not normalize. Possible methods:
|
presentFlag |
a binary matrix with the same size as |
Returns the modified value.
Rehrauer, Hubert
Schmid, Peter
x = ezNorm(runif(100))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.