Usage
crank (times=seq(0, 0.1, by = 0.001), yini = NULL, dyini = NULL,
parms = list(), method = "mebdfi", maxsteps = 1e+06,
options = list(), ...)
Arguments
yini
the initial (state) values for the DE system. If y
has a name attribute, the names will be used to label the output
matrix.
dyini
the initial derivatives of the state variables of the DE
system.
times
time sequence for which output is wanted; the first
value of times
must be the initial time.
parms
list of parameters that overrule the default parameter values
method
the solver to use; only mebdfi
available for now
maxsteps
maximal number of steps per output interval taken by
the solver
options
a list which specifies the initial conditions used ini
,
whether the problem is stiff, and the damping. The default is
list(ini=1,stiff=0,damp=0)
...
additional arguments passed to the solver .