setup<--methods          package:goCluster          R Documentation

_C_o_n_f_i_g_u_r_e_s _a _g_o_C_l_u_s_t_e_r-_o_b_j_e_c_t _b_y _a_s_s_i_g_n_i_n_g _a _l_i_s_t _o_f _p_a_r_a_m_e_t_e_r_s

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

     The method performs the inverse operation of the 'setup'-call and
     allows to configure an object that extends the
     'clusterModule'-class by providing a list of parameters to the
     function call.

_M_e_t_h_o_d_s:

     _o_b_j_e_c_t = "_c_l_u_s_t_e_r_M_o_d_u_l_e" The method is only defined for the
          'clusterModule'-class. But it is available for any
          'goCluster'-object since all classes made available by the
          'goCluster'-package extend the basic 'clusterModule'-class.

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

     Gunnar Wrobel, <URL: work@gunnarwrobel.de>, <URL:
     http://www.gunnarwrobel.de>.

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

     'goCluster-class',

_E_x_a_m_p_l_e_s:

     set.seed(1000)

     data(benomylsetupsmall)

     a <- new("goCluster")

     ## This will assign the benomyl setup to the newly
     ## created goCluster-object a 
     setup(a) <- benomylsetupsmall

     print(a)

