Learn R Programming

mrgsolve (version 1.5.1)

outvars: Show names of current output variables

Description

Outputs can include model compartments or variables defined in the model that have been marked to capture in simulated output.

Usage

outvars(x, unlist = FALSE)

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.

Arguments

x

mrgmod object

unlist

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

Examples

Run this code

outvars(mrgsolve::house())

Run the code above in your browser using DataLab