comps {isotracer} | R Documentation |
Return the compartments of a network model
Description
Return the compartments of a network model
Usage
comps(nm)
Arguments
nm |
A |
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)
[Package isotracer version 1.1.6 Index]