slotOp                 package:base                 R Documentation

_E_x_t_r_a_c_t _o_r _R_e_p_l_a_c_e _S_l_o_t_s

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

     Operators to extract or replace tbe contents of a slot in a object
     with a formal class structure.

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

     object@name
     object@name <- value

_A_r_g_u_m_e_n_t_s:

  object: An object from a formally defined class.

    name: The character-string name of the slot.

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

     These operators support the formal classes of package `methods'.
     See `slot' for further details.

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

     `Extract', `slot'

