Last data update: 2014.03.03

R: clusterApplyLB with dots to indicate progress
clusterApplyLBDotsR 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)

Results