Skip to content
Prev 322858 / 398503 Next

ODE solver

On May 2, 2013, at 1:36 AM, Tjun Kiat Teo wrote:

            
Standard debugging strategy: You set option to terminate when a warning is issued:

options(warn=2)

?options # And especially review the examples

You can also arrange for R to drop back into the browser():

?browser