standardizedByColumn {Irescale} | R Documentation |
Scales a matrix by column.
Description
standardizedByColumn
It considers each column independently to scale them.
Usage
standardizedByColumn(M)
Arguments
M |
Matrix to be scaled by column. |
Value
a matrix scaled by column.
[Package Irescale version 2.3.0 Index]