Outputs can include model compartments or variables defined in the model
that have been marked to capture in simulated output.
outvars(x, unlist = FALSE)mrgmod object
if TRUE then a character vector (rather than list) is
returned
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.
outvars(mrgsolve::house())
#> $cmt
#> [1] "GUT" "CENT" "RESP"
#>
#> $capture
#> [1] "DV" "CP"
#>