clusterApplyLBDots {puma} | R Documentation |
This is basically the clusterApplyLB
function from the snow package, but with dots displayed to indicate progress.
clusterApplyLBDots(cl, x, fun, ...)
cl |
cluster object |
x |
array |
fun |
function or character string naming a function |
... |
additional arguments to pass to standard function |
Richard D. Pearson (modified from original snow function)