ObjectsWithPackage-class       package:methods       R Documentation

_A _V_e_c_t_o_r _o_f _O_b_j_e_c_t _N_a_m_e_s, _w_i_t_h _a_s_s_o_c_i_a_t_e_d _P_a_c_k_a_g_e _N_a_m_e_s

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

     This class of objects is used to represent ordinary character
     string object names, extended with a 'package' slot naming the
     package associated with each object.

_O_b_j_e_c_t_s _f_r_o_m _t_h_e _C_l_a_s_s:

     The function 'getGenerics' returns an object of this class.

_S_l_o_t_s:

     '._D_a_t_a': Object of class '"character"': the object names.

     '_p_a_c_k_a_g_e': Object of class '"character"' the package names.

_E_x_t_e_n_d_s:

     Class '"character"', from data part.
      Class '"vector"', by class '"character"'.

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

     'Methods' for general background.

