colUnscale {mbr} | R Documentation |
Unscale columns of a matrix
Description
Backtransform a matrix that was scaled before.
Usage
colUnscale(x, cm, csd)
Arguments
x |
A matrix. |
cm |
A vector of column means |
csd |
A vector of column standard deviations |
Value
The unscaled matrix
[Package mbr version 0.0.1 Index]