InternalMethods             package:base             R Documentation

_I_n_t_e_r_n_a_l _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:

     Many R-internal functions are _generic_ and allow methods to be
     written for.

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

     The following primitive and internal functions are _generic_,
     i.e., you can write 'methods' for them:

     '[', '[[', '$', '[<-', '[[<-', '$<-',

     'length', 'length<-',

     'dimnames<-', 'dimnames', 'dim<-', 'dim',

     'c', 'unlist',

     'as.character', 'as.vector', 'is.array', 'is.atomic', 'is.call',
     'is.character', 'is.complex', 'is.double', 'is.environment',
     'is.function', 'is.integer', 'is.language', 'is.logical',
     'is.list', 'is.matrix', 'is.na', 'is.nan', 'is.null',
     'is.numeric', 'is.object', 'is.pairlist', 'is.recursive',
     'is.single', 'is.symbol', 'rep' and 'seq.int'.

     Note that most of the group generic functions are also
     internal/primitive and allow methods to be written for them.

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

     'methods' for the methods of non-Internal generic functions.

