RE: [R] timing a function

2004-03-21 Thread Gabor Grothendieck
: Fred J. [EMAIL PROTECTED] To: r help [EMAIL PROTECTED] Subject: [R] timing a function Hello is there a way to time how long it takes to run a code in R. somthing like tic toc in matlab as such? help.search(timing) put out nothing. and while I got you, debugging the code, is there a step through

[R] timing a function

2004-03-20 Thread Fred J.
Hello is there a way to time how long it takes to run a code in R. somthing like tic toc in matlab as such? help.search(timing) put out nothing. and while I got you, debugging the code, is there a step through and the rest of the debugging tools working with ESS. thanks

Re: [R] timing a function

2004-03-20 Thread Marc Schwartz
On Sat, 2004-03-20 at 12:11, Fred J. wrote: Hello is there a way to time how long it takes to run a code in R. somthing like tic toc in matlab as such? help.search(timing) put out nothing. See ?system.time and while I got you, debugging the code, is there a step through and the rest of the