View source: R/network_cor_parallel.R
networkCorParallel | R Documentation |
Calculates the correlation network
networkCorParallel(
xdata,
buildOutput = "matrix",
nCores = 1,
forceRecalcNetwork = FALSE,
showMessage = FALSE,
...,
build.output = deprecated(),
n.cores = deprecated(),
force.recalc.network = deprecated(),
show.message = deprecated()
)
xdata |
base data to calculate network |
buildOutput |
if output returns a 'matrix', 'vector' of the upper triu without the diagonal or NULL with any other argument |
nCores |
number of cores to be used |
forceRecalcNetwork |
force recalculation, instead of going to cache |
showMessage |
shows cache operation messages |
... |
extra parameters for fun |
build.output |
lifecycle::badge("deprecated") without the diagonal or NULL with any other argument |
n.cores |
lifecycle::badge("deprecated") |
force.recalc.network |
lifecycle::badge("deprecated") |
show.message |
lifecycle::badge("deprecated") |
depends on build.output parameter
n_col <- 6
xdata <- matrix(rnorm(n_col * 4), ncol = n_col)
networkCorParallel(xdata)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.