stst: Compute steady-state solution

Description Usage Arguments Value Note Author(s)

Description

Estimates the values of the state variables for steady-state conditions.

Usage

1
stst(model, vars, pars, time, dllfile)

Arguments

model

Object of class rodeo representing the model.

vars

Named vector of the state variables' initial values.

pars

Named vector of parameters.

time

Scalar numeric value. All external forcings used in the steady state computations are kept constant at their respective values for the given point in time. If no external forcings are present (autonomous models), the value is ignored.

dllfile

Shared library file holding the compiled model.

Value

The object returned by rootSolve::steady. The y- component of this object has names based on the ynames attribute.

Note

An error is generated if steady-state estimation was not successful.

Author(s)

David Kneis david.kneis@tu-dresden.de


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