plot.ResIN: Plot a ResIN object

View source: R/methods-ResIN.R

plot.ResINR Documentation

Plot a ResIN object

Description

Plot a ResIN object

Usage

## S3 method for class 'ResIN'
plot(x, which = c("network", "bipartite"), print_plot = TRUE, ...)

Arguments

x

A ResIN object.

which

Which plot to show: "network" (default) or "bipartite".

print_plot

Logical; print the plot (TRUE) or just return it (FALSE).

...

Ignored.

Value

The plot object (invisibly if print_plot = TRUE).


ResIN documentation built on Aug. 8, 2025, 7:08 p.m.