helpMethods              package:limma              R Documentation

_P_r_o_m_p_t _f_o_r _M_e_t_h_o_d _H_e_l_p _T_o_p_i_c_s

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

     For any S4 generic function, find all methods defined in currently
     loaded packages. Prompt the user to choose one of these to display
     the help document.

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

     helpMethods(genericFunction)

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

genericFunction: a generic function or a character string giving the
          name of a generic function

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

     Gordon Smyth

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

     'showMethods'

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

     ## Not run: helpMethods(show)

