| getNCores | R Documentation |
Set the number of cores for parallel operations. Also convert integer 'parallel' to TRUE-FALSE for ease.
getNCores(parallel)
parallel |
A logical scalar, or a positive integer; ignored unless
confidence intervals are requested (i.e., |
Input parallel <= 0 is converted to 1.
Input parallel > maxCores is converted to maxCores.
If input parallel is numeric, is first converted to integer
by rounding down.
A list with components $parallel and $cores. $parallel is logical, T for parallel operations, F o.w. $cores is the number of cores to use during parallel operations. $cores is integer in the range 1, 2, ..., max(Available cores).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.