odeMethodToInt {rxode2} | R Documentation |
Conversion between character and integer ODE integration methods for rxode2
Description
If NULL
is given as the method, all choices are returned as a named
vector.
Usage
odeMethodToInt(method = c("liblsoda", "lsoda", "dop853", "indLin"))
Arguments
method |
The method for solving ODEs. Currently this supports:
|
Value
An integer for the method (unless the input is NULL, in which case, see the details)
[Package rxode2 version 2.1.3 Index]