resolveRecurrence: Place top elements into bottom elemens

Description Usage Arguments Details Value Examples

Description

Place top elements into bottom elemens

Usage

1
resolveRecurrence(variables)

Arguments

variables

named character vector

Details

If the names of top vector elements occur in the bottom of the vector, they are replaced by the character of the top entry. Useful for steady state conditions.

Value

named character vector of the same length as variables

Examples

1
resolveRecurrence(c(A = "k1*B/k2", C = "A*k3+k4", D="A*C*k5"))

dMod documentation built on Jan. 27, 2021, 1:07 a.m.