comps: Return the compartments of a network model

View source: R/ui_getters.R

compsR Documentation

Return the compartments of a network model

Description

Return the compartments of a network model

Usage

comps(nm)

Arguments

nm

A networkModel object.

Value

A list of character vectors, with one list element per row of the input network model (list elements are in the same order as the input network model rows). Each list element containing the names of the compartments in the topology defined in the corresponding row of the input network model.

Examples

aquarium_mod
comps(aquarium_mod)

trini_mod
comps(trini_mod)


isotracer documentation built on Sept. 22, 2023, 1:07 a.m.