Learn R Programming

isotracer (version 1.1.8)

groups.networkModel: Get the grouping for a networkModel object

Description

Get the grouping for a networkModel object

Usage

# S3 method for networkModel
groups(x)

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.

Arguments

x

A networkModel object.

Examples

Run this code
groups(aquarium_mod)
groups(trini_mod)

Run the code above in your browser using DataLab