simul: Run a dynamic simulation

Description Usage Arguments Value Note Author(s)

Description

Computes the values of the state variables for a sequence of times.

Usage

1
simul(model, vars, pars, times, dllfile)

Arguments

model

Object of class rodeo representing the model.

vars

Named vector of the state variables' initial values.

pars

Named vector of parameters.

times

Vector of times for which the states are computed.

dllfile

Shared library file holding the compiled model.

Value

The object returned by deSolve::ode.

Note

An error is generated if the integration was not successful.

Author(s)

David Kneis david.kneis@tu-dresden.de


dkneis/rodeoApp documentation built on May 15, 2019, 9:12 a.m.