initPar: initPar

Description Usage Arguments Value

View source: R/getFunctions.R

Description

Initializes multithreading. This does not need to be called directly; the package's functions will call this.

Usage

1
initPar(ncores = NULL)

Arguments

ncores

The number of cores to use, default detectedCores()-1.

Value

A makeCluster object if parallel is supported and more than one core is used; otherwise FALSE.


plger/iPSCpoweR documentation built on Feb. 2, 2022, 1:37 a.m.