View source: R/S3_correlation.R
| cor | R Documentation |
S3 generic for cor(). Dispatches to cor.HDF5Matrix
for HDF5Matrix objects, and to stats::cor() for all others.
cor(x, y = NULL, use = "everything", method = "pearson", ...)
x |
A matrix or |
y |
Optional second matrix. |
use |
Character. Method for handling missing values. |
method |
Character. Correlation method: |
... |
Additional arguments passed to the method. |
Correlation matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.