R/detectSGPCores.R

Defines functions `detectSGPCores`

`detectSGPCores` <-
function(logical=TRUE) {
    return(min(detectCores(logical=logical), 50L))
} ### END detectSGPCores Function

Try the SGP package in your browser

Any scripts or data that you put into this service are public.

SGP documentation built on Oct. 23, 2023, 5:08 p.m.