print               package:maigesPack               R Documentation

_M_e_t_h_o_d _t_o _p_r_i_n_t _a _n_i_c_e _v_i_s_u_a_l_i_s_a_t_i_o_n _o_f _t_h_e _o_b_j_e_c_t_s _d_e_f_i_n_e_d _i_n _t_h_i_s _p_a_c_k_a_g_e

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

     Generic function 'print' to display a nice (and simple)
     visualisation of the objects define in this package.

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

     ## S3 method for class 'maigesPreRaw':
     print(x, ...)

     ## S3 method for class 'maigesRaw':
     print(x, ...)

     ## S3 method for class 'maiges':
     print(x, ...)

     ## S3 method for class 'maigesDE':
     print(x, ...)

     ## S3 method for class 'maigesDEcluster':
     print(x, ...)

     ## S3 method for class 'maigesClass':
     print(x, ...)

     ## S3 method for class 'maigesRelNetB':
     print(x, ...)

     ## S3 method for class 'maigesRelNetM':
     print(x, ...)

     ## S3 method for class 'maigesActMod':
     print(x, ...)

     ## S3 method for class 'maigesActNet':
     print(x, ...)

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

       x: an object of any class defined in this package

     ...: further arguments passed to or from other methods

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

     Gustavo H. Esteves <gesteves@vision.ime.usp.br>

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

     'print' in the base package.

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

     ## Loading the dataset
     data(gastro)

     print(gastro)
     print(gastro.raw)
     print(gastro.norm)
     print(gastro.summ)

