comps {isotracer} | R Documentation |
Return the compartments of a network model
comps(nm)
nm |
A |
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.
aquarium_mod
comps(aquarium_mod)
trini_mod
comps(trini_mod)