The generic function getVarSubs
returns ordered list of substances that showed variance during simulation
getVarSubs(
object,
show_products = TRUE,
show_substrates = TRUE,
cutoff = 1e-06,
size = NULL
)# S4 method for Eval
getVarSubs(
object,
show_products = FALSE,
show_substrates = FALSE,
cutoff = 1e-06,
size = NULL
)
An object of class Eval.
A boolean indicating if only products should be shown
A boolean indicating if only substrates should be shown
Value used to define numeric accuracy while interpreting optimization results
Maximal number of returned substances (default: show all)