set_steady {isotracer} | R Documentation |
Flag some network compartments as being in a steady state
Description
Flag some network compartments as being in a steady state
Usage
set_steady(nm, comps = NULL, which = NULL)
Arguments
nm |
A |
comps |
Vector of strings, names of the compartments to set steady. |
which |
Vector of integers giving the nm rows to update. Default is to update all rows. |
Value
A networkModel
object.
Examples
library(magrittr)
x <- new_networkModel() %>%
set_topo("NH4 -> algae -> daphnia") %>%
set_steady("NH4")
topo(x)
[Package isotracer version 1.1.6 Index]