View source: R/utility_functions.R
parCor | R Documentation |
Parallelized correlation
parCor(mat, method = "spearman", do.par = T, n.workers = 4)
method |
Correlation method, a character. Options: 'pearson' or 'spearman'. |
do.par |
Logical indicating whether to use parallel implementation. Default is T. |
n.workers |
number of workers to use for parallel computation. |
max |
matrix |
Nicholas Mikolajewicz
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.