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