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-I / help / base / trace < prev    next >
Encoding:
Text File  |  1997-04-23  |  469 b   |  18 lines

  1.     
  2.     _T_r_a_c_e _a_l_l _c_a_l_l_s _t_o _a _f_u_n_c_t_i_o_n.
  3.     
  4.          trace(fun)
  5.          untrace(fun)
  6.     
  7.     _A_r_g_u_m_e_n_t_s:
  8.     
  9.              fun : any interpreted R function (not quoted).
  10.     
  11.     _D_e_s_c_r_i_p_t_i_o_n:
  12.     
  13.          These are both in very primitive form. If trace is
  14.          called the function named is marked and each time it is
  15.          entered the call is printed on the console.  To stop
  16.          tracing a function use untrace.
  17.     
  18.