standardGeneric             package:base             R Documentation

_F_o_r_m_a_l _M_e_t_h_o_d _S_y_s_t_e_m _P_l_a_c_e_h_o_l_d_e_r_s

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

     Routines which are primitives used with the 'methods' package.
     They should not be used without it and do not need to be called
     directly in any case.

_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.

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

     John Chambers

