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.
Xf(odemodel, forcings = NULL, events = NULL, condition = NULL,
optionsOde = list(method = "lsoda"))
Object of class odemodel.
see Xs
see Xs
either NULL (generic prediction for any condition) or a character, denoting the condition for which the function makes a prediction.
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.