dtmcorr {LDABiplots} | R Documentation |
Pearson Correlation for Sparse Matrices
Description
Pearson Correlation for Sparse Matrices.
More memory and time-efficient than cor(as.matrix(x))
.
Usage
dtmcorr(x)
Arguments
x |
A matrix, potentially a sparse matrix such as a "dgCMatrix" object |
Value
a correlation matrix
[Package LDABiplots version 0.1.2 Index]