cor_fast | R Documentation |
This function calculates a Pearson correlation matrix
cor_fast(x, n_cores)
x |
The input matrix, where each column represents a set of observations. |
n_cores |
The number of CPU cores to utilize for parallel computation (optional, defaults to 1). |
A Pearson correlation matrix if 'useRanks' is 'false'. If 'useRanks' is 'true', returns a Spearman correlation matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.