View source: R/Global_setting.R
SetGlobalParallel | R Documentation |
SetGlobalParallel used to set the global core numbers
SetGlobalParallel(ncore = 1)
ncore |
Numeric, used to set the global core numbers, default is 1 |
void function, return nothing but will define the global parallel number
Zhiqiang Pang zhiqiang.pang@mail.mcgill.ca, Jasmine Chong jasmine.chong@mail.mcgill.ca, and Jeff Xia jeff.xia@mcgill.ca McGill University, Canada License: GNU GPL (>= 2)
SetGlobalParallel(1);
register(bpstop());
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.