superClasses             package:RBioinf             R Documentation

_R_e_t_u_r_n _a _l_i_s_t _o_f _s_u_p_e_r _c_l_a_s_s_e_s.

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

     This function computes and returns a list of all super classes
     given a 'classRepresentation'.

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

     superClasses(x)

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

       x: 

_D_e_t_a_i_l_s:

     This function needs to be rationalized with 'superClassNames'.

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

     A list of the super classes.

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

     R. Gentleman

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

     'superClassNames'

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

     superClassNames(getClass("graphNEL"))

