View source: R/Misc_Exported.R
optCPU | R Documentation |
Determine optimal number of cpus
optCPU(nsim = 96, thresh = 5, plot = TRUE, msg = TRUE, maxn = NULL)
nsim |
Numeric. Number of simulations. |
thresh |
Recommended n cpus is what percent of the fastest time? |
plot |
Logical. Show the plot? |
msg |
Logical. Should messages be printed to console? |
maxn |
Optional. Maximum number of cpus. Used for demo purposes |
A. Hordyk
setup
## Not run:
optCPU()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.