Description Usage Arguments Value Examples
Currently implemented for numeric vectors, numeric matrices and data.frame normalization.
1 | normalize(x, margin = 1L)
|
x |
numeric, matrix or dataframe input vector. |
margin |
1 - normalize by rows and 2 - normalize by columns. Default is 1. |
A normalized numeric or data.frame.
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.