home *** CD-ROM | disk | FTP | other *** search
-
- _T_r_a_c_e _a_l_l _c_a_l_l_s _t_o _a _f_u_n_c_t_i_o_n.
-
- trace(fun)
- untrace(fun)
-
- _A_r_g_u_m_e_n_t_s:
-
- fun : any interpreted R function (not quoted).
-
- _D_e_s_c_r_i_p_t_i_o_n:
-
- These are both in very primitive form. If trace is
- called the function named is marked and each time it is
- entered the call is printed on the console. To stop
- tracing a function use untrace.
-
-