resolveRecurrence {dMod} | R 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"))
[Package dMod version 1.0.2 Index]