Learn R Programming

isotracer (version 1.1.8)

comps: Return the compartments of a network model

Description

Return the compartments of a network model

Usage

comps(nm)

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.

Arguments

nm

A networkModel object.

Examples

Run this code
aquarium_mod
comps(aquarium_mod)

trini_mod
comps(trini_mod)

Run the code above in your browser using DataLab