outvars {mrgsolve}R Documentation

Show names of current output variables

Description

Show names of current output variables

Usage

outvars(x, unlist = FALSE)

Arguments

x

mrgmod object

unlist

if TRUE then a character vector (rather than list) is returned

Value

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.

Examples


outvars(mrgsolve::house())


[Package mrgsolve version 0.11.1 Index]