Save network as a ggplot2 object to file using ggsave.
Arguments
- network
A cograph_network object.
- filename
Output filename. Format is detected from the extension by
ggplot2::ggsave().- width
Width in inches (default 7).
- height
Height in inches (default 7).
- dpi
Resolution for raster formats (default 300).
- title
Optional plot title.
- ...
Additional arguments passed to ggsave.
