Solve ODE system explicitly.
solveODE(num.species, timePoints, ode.system, params)Number of variables (species) in the system.
Time points at which to evaluate the ODE system.
Function for calculating the derivatives of the ODE system.
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.