plot.ResIN: Plot a ResIN object
Description
Plot a ResIN object
Usage
# S3 method for ResIN
plot(x, which = c("network", "bipartite"), print_plot = TRUE, ...)Value
The plot object (invisibly if 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.