View source: R/setupClusters.R
setupClusters | R Documentation |
Setup parallel clusters for different operating systems.
setupClusters(num.cores = 1, max.cores = NULL)
num.cores |
number of cores for multithreading.
If |
max.cores |
maximum number of cores to use. |
an object of class c("SOCKcluster", "cluster")
.
Eric Archer eric.archer@noaa.gov
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.