makeSOCKcluster {PtProcess} | R Documentation |
Parallel Processing: Transition Functions
Description
Package snow has become deprecated and replaced by parallel. Some functions in snow used by package PtProcess do not appear in parallel under the same name. Below are transition functions to map some functions in snow to the most comparable functions in parallel. These transition functions will ultimately be deprecated.
Usage
makeSOCKcluster(names, ...)
Arguments
names |
character vector of node names. |
... |
cluster option specifications. |
Details
makeSOCKcluster
calls makePSOCKcluster
.
[Package PtProcess version 3.3-16 Index]