Wednesday, July 23, 2008

debugging R

These two functions could be used in debugging the code. Avoid using browser in a big loop, see help file for more detailed information.
if(v0<=0) browser()
debug(func)

No comments: