groups.networkModel {isotracer} | R Documentation |
Get the grouping for a networkModel
object
Description
Get the grouping for a networkModel
object
Usage
## S3 method for class 'networkModel'
groups(x)
Arguments
x |
A |
Value
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
.
Examples
groups(aquarium_mod)
groups(trini_mod)
[Package isotracer version 1.1.6 Index]