environment-class          package:methods          R Documentation

_C_l_a_s_s "_e_n_v_i_r_o_n_m_e_n_t"

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

     A formal class for R environments.

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

     Objects can be created by calls of the form 'new("environment",
     ...)'. The arguments in ..., if any, should be named and will be
     assigned to the newly created environment.

_M_e_t_h_o_d_s:


     _c_o_e_r_c_e 'signature(from = "ANY", to = "environment")': calls
          'as.environment'. 

     _i_n_i_t_i_a_l_i_z_e 'signature(object = "environment")': Implements the
          assignments in the new environment.  Note that the 'object'
          argument is ignored; a new environment is _always_ created,
          since environments are not protected by copying. 

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

     'new.env'

