clusterApplyLB_chunks: Run clusterApplyLB across a single variable, N, using chunks...

Description Usage Arguments Value

View source: R/parallelization.R

Description

Run clusterApplyLB across a single variable, N, using chunks with user feedback.

Usage

1
clusterApplyLB_chunks(N, n_chunks = 20, cl, FUN, ...)

Arguments

N

Variable passed to nodes running FUN

n_chunks

Number of chunks to use. Default = 20 (5% of N per chunk).

cl

A cluster object created by the parallel or snow package.

FUN

The function to run using clusterApplyLB()

...

Additional parameters passed to clusterApplyLB()

Value

a list object with the outputs of FUN


AllenInstitute/lowcat documentation built on Oct. 30, 2019, 4:45 a.m.