listCustoms              package:svMisc              R Documentation

_L_i_s_t _a_l_l _c_u_s_t_o_m _t_y_p_e_s _f_o_r _a _m_e_t_h_o_d

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

     List all custom types for a method.

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

     listCustoms(method, class)

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

  method: The method name 

   class: The class name 

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

     A vector with character strings with custom methods names.

_N_o_t_e:

     This function is only useful for special generic functions with
     type argument like 'view', or 'copy'. These functions offer a
     mechanism to easily add custom types, and the present function
     list them all.

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

     Philippe Grosjean <phgrosjean@sciviews.org>

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

     'listMethods'

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

             listCustoms("view", "data.frame") # None, except if you defined some of it!

