View source: R/functional.betapart.core.pairwise.R
beta.para.control | R Documentation |
The values supplied in the beta.para.control()
call replace the defaults, and a list with all settings (i.e., values for all possible arguments) is returned. The returned list is used to define the internal parallel cluster of the functional.betapart.core
function.
beta.para.control(nc = floor(parallel::detectCores()/2), type = "SOCK",
LB = TRUE, size = 1)
nc |
number of cores to use. Default is half of the available cores. |
type |
character - the type of cluster to be used, either |
LB |
logical indicating if load balancing has to be used. Default is |
size |
number of operation run on each core at each iteration. Default is |
a list with components for each of the possible arguments.
Maxime Logez
str(beta.para.control(nc = 2, LB = FALSE))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.