outvars | R Documentation |
Outputs can include model compartments or variables defined in the model
that have been marked to capture
in simulated output.
outvars(x, unlist = FALSE)
x |
model object. |
unlist |
if |
When unlist
is FALSE
(default) : a named list, with cmt
showing names
of output compartments and capture
giving names of output variables in
capture. When unlist
is TRUE
, then a single, unnamed character vector
of outvar names is returned.
mod <- mrgsolve::house()
outvars(mod)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.