ct.numcores | R Documentation |
This function determines the number of cores that the user is expecting to
use during parallel processing operations, and if absent, sets the mc.cores
option
to the maximum value. Users who do not wish to use all available cores during parallel
processing should do so by invoking options()
from the command line prior to analysis.
ct.numcores()
Nothing, but invisibly sets options(mc.cores)
if currently NULL
.
Russell Bainer, Pete Haverty
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.