Learn R Programming

dMod (version 1.0.0)

resolveRecurrence: Place top elements into bottom elemens

Description

Place top elements into bottom elemens

Usage

resolveRecurrence(variables)

Arguments

variables

named character vector

Value

named character vector of the same length as variables

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.

Examples

Run this code
# NOT RUN {
resolveRecurrence(c(A = "k1*B/k2", C = "A*k3+k4", D="A*C*k5"))
# }

Run the code above in your browser using DataLab