do_norm | R Documentation |
Normalizes a matrix to its max value by row or column
do_norm(mat, dir)
mat |
The matrix to be normalized |
dir |
The direction to normalize the matrix c('row', 'col') |
Normalized matrix in the direction specified.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.