Learn R Programming

SpatPCA (version 1.3.8)

setCores: Internal helper: validate requested core count

Description

Validate the requested number of cores; computations currently run sequentially.

Usage

setCores(num_cores = NULL)

Value

Logical when a numeric input is provided, otherwise NULL

Arguments

num_cores

Optional numeric value representing desired cores. Default is NULL.