printData             package:goCluster             R Documentation

_H_e_l_p_e_r _p_r_i_n_t_i_n_g _f_u_n_c_t_i_o_n

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

     This function is used to print information about the 'goCluster'
     subclasses in a standardized way.

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

     printData(title, type, details = NULL)

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

   title: Class title 

    type: Module type 

 details: Detailed information to be printed. This is a character
          vector and each entry will be printed on its own line. 

_V_a_l_u_e:

     Prints output to the user.

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

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

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

     printData("Test","test","Short paragraph")

