.networkGenericParallel | R Documentation |
Calculate the upper triu of the matrix
.networkGenericParallel(
fun,
funPrefix,
xdata,
buildOutput = "matrix",
nCores = 1,
forceRecalcNetwork = FALSE,
showMessage = FALSE,
...
)
fun |
function that will calculate the edge weight between 2 nodes |
funPrefix |
used to store low-level information on network as it can become to large to be stored in memory |
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 |
depends on buildOutput parameter
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.