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
).