MRGcluster {MRG} | R Documentation |
Function that allows to apply parallel processing
Description
Function that allows to apply parallel processing
Usage
MRGcluster(nclus, ..., action = "start", clusType, outfile = NULL)
Arguments
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, |
Value
The function will either return a cluster for parallel computation, or stop a cluster (returning NULL)