colCenter {fMRItools} | R Documentation |
Center matrix columns
Description
Efficiently center columns of a matrix. (Faster than base::scale
.)
Usage
colCenter(X)
Arguments
X |
The data matrix. Its columns will be centered. |
Value
The centered data
[Package fMRItools version 0.4.7 Index]