MRGcluster | R Documentation |
Function that allows to apply parallel processing
MRGcluster(nclus, ..., action = "start", clusType, outfile = NULL)
nclus |
Number of clusters to use for parallel processing. No parallelization is used
for |
... |
arguments that should be evaluated in the cluster (can also be called later) |
action |
Defines the action of the function. There are three options:
|
clusType |
The type of cluster; see |
outfile |
File to direct the output, |
The function will either return a cluster for parallel computation, or stop a cluster (returning NULL)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.