standardGeneric             package:base             R Documentation

_F_o_r_m_a_l _M_e_t_h_o_d _S_y_s_t_e_m - _C_r_e_a_t_i_n_g _G_e_n_e_r_i_c _F_u_n_c_t_i_o_n_s

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

     This help page is for Routines which are primitives used with the
     'methods' package.  They should not be used without it.

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

     standardGeneric(f)

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

     'standardGeneric' dispatches the method defined for a generic
     function 'f', using the actual arguments in the frame from which
     it is called.

     For more, use the 'methods' package, and see the documentation in
     'GenericFunctions'.

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

     John Chambers

