Skip to content
Prev 208 / 696 Next

[R-sig-dyn-mod] question about the limit of conversion rate

Hi Dabing:

Have you tried increasing the maximum number of steps (i.e., maxsteps) in the ode() function? For example,

out <- ode(y = state, t = times, func = Lorenz, parms = para, maxsteps=1e6)

Cheers,
Daniel

_______________________________
Daniel C. Reed, PhD.
Postdoctoral Fellow,
Dept. of Earth & Environmental Sciences,
University of Michigan,
Ann Arbor, MI, USA.
email: reeddc at umich.edu
web: www.danielreed.org
On Jun 24, 2013, at 3:35 PM, <dabing.chen at boehringer-ingelheim.com> wrote: