clusterApplyLBDots           package:puma           R Documentation

_c_l_u_s_t_e_r_A_p_p_l_y_L_B _w_i_t_h _d_o_t_s _t_o _i_n_d_i_c_a_t_e _p_r_o_g_r_e_s_s

_D_e_s_c_r_i_p_t_i_o_n:

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

_U_s_a_g_e:

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

_A_r_g_u_m_e_n_t_s:

      cl: cluster object 

       x: array 

     fun: function or character string naming a function 

     ...: additional arguments to pass to standard function 

_A_u_t_h_o_r(_s):

     Richard D. Pearson (modified from original 'snow' function)

