parCor.Rd
Parallelized correlation
parCor(mat, method = "spearman", do.par = T, n.workers = 4)
Correlation method, a character. Options: 'pearson' or 'spearman'.
Logical indicating whether to use parallel implementation. Default is T.
number of workers to use for parallel computation.
matrix