Skip to content
Prev 284244 / 398502 Next

debugging R

On 12-02-05 3:01 AM, Alaios wrote:
The trace() function is very flexible, and has the advantage that it 
modifies functions in place, rather than requiring you to edit your 
source.  The disadvantage is that it is so flexible it's sometimes hard 
to figure out how to do what you want.

Duncan Murdoch