Description Usage Arguments Value
Solve ODE system explicitly.
1 | solveODE(num.species, timePoints, ode.system, params)
|
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. |
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
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.