resolveRecurrence: Place top elements into bottom elemens

resolveRecurrenceR Documentation

Place top elements into bottom elemens

Description

Place top elements into bottom elemens

Usage

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

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

dkaschek/dMod documentation built on April 23, 2024, 5:18 p.m.