A wrapper for the ode function that solves a system of ordinary differential equations described using symbolic equations.
solve_ode(equations, pars, x0, time, xvars = NULL, ...)A matrix whose first column contains the given time points and subsequent columns hold the computed ODE equations' values at these time points.
The equations describing the ODE system. See simode.
The parameter values. Named according to their names in equations.
The initial conditions. Named accroding to the names of equations.
The time points for which the ODE variables' values will be computed.
External observations of time-dependant variables refered to in equations
Additional argument(s) for methods.