summary              package:maigesPack              R Documentation

_M_e_t_h_o_d _s_u_m_m_a_r_y _f_o_r _t_h_e _o_b_j_e_c_t _f_r_o_m _t_h_i_s _p_a_c_k_a_g_e

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

     Generic function 'summary' to display a nice summary of the
     contents from classes of objects define in this package.

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

     ## S3 method for class 'maigesPreRaw':
     summary(object, ...)

     ## S3 method for class 'maigesRaw':
     summary(object, ...)

     ## S3 method for class 'maiges':
     summary(object, ...)

     ## S3 method for class 'maigesDE':
     summary(object, ...)

     ## S3 method for class 'maigesDEcluster':
     summary(object, ...)

     ## S3 method for class 'maigesClass':
     summary(object, ...)

     ## S3 method for class 'maigesRelNetB':
     summary(object, ...)

     ## S3 method for class 'maigesRelNetM':
     summary(object, ...)

     ## S3 method for class 'maigesActMod':
     summary(object, ...)

     ## S3 method for class 'maigesActNet':
     summary(object, ...)

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

  object: 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:

     'summary' in the base package.

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

     ## Loading the dataset
     data(gastro)

     summary(gastro)
     summary(gastro.raw)
     summary(gastro.norm)
     summary(gastro.summ)

