S4Help                package:RBioinf                R Documentation

_A _f_u_n_c_t_i_o_n _t_o _f_i_n_d _h_e_l_p _f_o_r _S_4 _c_l_a_s_s_e_s _a_n_d _g_e_n_e_r_i_c_s

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

     This function takes the name of either a class or a generic
     function and finds a set of related manual pages. The user then
     selects which manual page they want.

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

     S4Help(name, signature)

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

    name: The name of the S4 class or generic function. 

signature: Currently not used. 

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

     For S4 classes, the class and any superclasses are found and the
     user can select which manual page they want.  If the supplied name
     corresponds  to a generic function, then that function, or any of
     its methods can be  selected.

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

     'NULL' is returned, invisibly. The function is called purely for
     side effect.

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

     R. Gentleman

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

     'help'

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

     ## Not run: 
        S4Help("classRepresentation")
        S4Help("coerce")
     ## End(Not run)

