Save a Cograph network visualization to a file.
Arguments
- network
A cograph_network object, matrix, data.frame, or igraph object. Matrices and other inputs are auto-converted.
- filename
Output filename. Format is detected from extension.
- 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 the graphics device.
