registerDoSNOW            package:doSNOW            R Documentation

_r_e_g_i_s_t_e_r_D_o_S_N_O_W

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

     The 'registerDoSNOW' function is used to register the SNOW
     parallel backend with the foreach package.

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

     registerDoSNOW(cl)

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

      cl: The cluster object to use for parallel execution.

_S_e_e _A_l_s_o:

     'makeCluster'

