cmtn: Get the compartment number from a compartment name

cmtnR Documentation

Get the compartment number from a compartment name

Description

Get the compartment number from a compartment name

Usage

cmtn(x, ...)

## S4 method for signature 'mrgmod'
cmtn(x, tag, ...)

Arguments

x

model object

...

passed along

tag

compartment name

Examples

mod <- mrgsolve::house()
mod %>% cmtn("CENT")

mrgsolve documentation built on Aug. 16, 2023, 5:07 p.m.

Related to cmtn in mrgsolve...