home *** CD-ROM | disk | FTP | other *** search
-
- _E_n_v_i_r_o_n_m_e_n_t _A_c_c_e_s_s
-
- environment(x=NULL)
- environment(x) <- value
-
- _V_a_l_u_e:
-
- If x is a function then environment(x) returns the
- environment associated with that function. If x is
- NULL then the global environment is returned.
-
- The assignment form sets the environment of the func-
- tion x to the value given.
-
- It is an error for x to be anything other than a func-
- tion or NULL.
-
-