Learn R Programming

puma (version 3.12.0)

clusterApplyLBDots: clusterApplyLB with dots to indicate progress

Description

This is basically the clusterApplyLB function from the snow package, but with dots displayed to indicate progress.

Usage

clusterApplyLBDots(cl, x, fun, ...)

Arguments

cl
cluster object
x
array
fun
function or character string naming a function
...
additional arguments to pass to standard function