Learn R Programming

rodeo (version 0.8.2)

dynamics: Numerical Integration

Description

Compute a dynamic solution with the numerical algorithms from package deSolve.

Value

The matrix returned by the integrator (see ode).

Arguments

times

Times of interest (numeric vector).

fortran

Switch between compiled Fortran and R code (logical). Default is TRUE.

proNames

Assign names to output columns holding the process rates? Default is TRUE.

...

Auxiliary arguments passed to ode. See notes below.

See Also

Use step for integration over a single time step with a built-in, Fortran-based solver.