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 networkModel object.

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.5 Index]