Description Usage Arguments Details Value
Does the same thing as scale(x)
, but faster.
1 | scale_faster(x)
|
x |
A numeric matrix; |
Uses colSds
from teh matrixStats
pacakge.
A matrix in which the column are centered to have zero mean, and they are also scaled to have standard deviation of 1.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.