home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / UNIX / Educational / R-0.49-MI / R-0.49-M / help / base / browser < prev    next >
Encoding:
Text File  |  1997-04-23  |  770 b   |  25 lines

  1.     
  2.     _E_n_v_i_r_o_n_m_e_n_t _B_r_o_w_s_e_r
  3.     
  4.          browser()
  5.     
  6.     _V_a_l_u_e:
  7.     
  8.          A call to browser causes a pause in the execution of
  9.          the current expression and runs a copy of the R inter-
  10.          preter which has access to variables local to the
  11.          environment where the call took place.  Local variables
  12.          can be listed with ls, and manipulated with R expres-
  13.          sions typed to this sub-interpreter.  The interpreter
  14.          copy is exited by typing c.  Execution then resumes at
  15.          the statement following the call to browser.
  16.     
  17.          Typing n causes the step-through-debugger, to start and
  18.          it is possible to step through the remainder of the
  19.          function one line at a time.
  20.     
  21.     _S_e_e _A_l_s_o:
  22.     
  23.          debug.
  24.     
  25.