Description Usage Arguments Details Value Examples
cor
computes the sample correlation between each column pair in sparse or
dense matrices.
1 2 3 4 5 6 7 |
x |
A |
... |
Additional arguments to pass to methods. |
cor()
is an S3 generic with methods for:
CsparseMatrix
Any object supported by stats::cor
A p
xp
matrix where p
is the number of matrix columns, and the
(i
, j
) th element corresponds to the sample correlation between p_i
and p_j
.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.