Description Usage Arguments Value Examples
Calculates the correlation network
1 2 3 4 5 6 7 8 | networkCorParallel(
xdata,
build.output = "matrix",
n.cores = 1,
force.recalc.network = FALSE,
show.message = FALSE,
...
)
|
xdata |
base data to calculate network |
build.output |
if output returns a 'matrix', 'vector' of the upper triu without the diagonal or NULL with any other argument |
n.cores |
number of cores to be used |
force.recalc.network |
force recalculation, instead of going to cache |
show.message |
shows cache operation messages |
... |
extra parameters for fun |
depends on build.output parameter
1 2 3 | 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.