clusterApplyLBDots {puma}R Documentation

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

Author(s)

Richard D. Pearson (modified from original snow function)


[Package puma version 1.8.1 Index]