Description Usage Arguments Details
Interface to get an ODE
into a model function x(times, pars, forcings, events)
returning ODE output.
It is a reduced version of Xs, missing the sensitivities.
1 2 3 4 5 6 7 |
odemodel |
Object of class odemodel. |
forcings, |
see Xs |
events, |
see Xs |
condition |
either NULL (generic prediction for any condition) or a character, denoting the condition for which the function makes a prediction. |
optionsOde |
list with arguments to be passed to odeC() for the ODE integration. |
Can be used to integrate additional quantities, e.g. fluxes, by adding them to f
.
All quantities that are not initialised by pars
in x(..., forcings, events)
are initialized with 0. For more details and
the return value see Xs.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.