groups.networkModel {isotracer} | R Documentation |
networkModel
objectGet the grouping for a networkModel
object
## S3 method for class 'networkModel'
groups(x)
x |
A |
A tibble giving the grouping variable(s) for the input network
model. This tibble is in the same order as the rows of the input network
model. If the input network model did not have any grouping variable,
returns NULL
.
groups(aquarium_mod)
groups(trini_mod)