solveODE: Solve ODE system explicitly.

Description Usage Arguments Value

View source: R/ode.R

Description

Solve ODE system explicitly.

Usage

1
solveODE(num.species, timePoints, ode.system, params)

Arguments

num.species

Number of variables (species) in the system.

timePoints

Time points at which to evaluate the ODE system.

ode.system

Function for calculating the derivatives of the ODE system.

params

Current values for the ODE parameter estimates.

Value

A list with two elements: x contains the results of integrating the ODE at the given time points, and error flags if there has been an error while invoking deSolve.


deGradInfer documentation built on Jan. 21, 2020, 1:06 a.m.