Export a graph to various image formats
export_graph(
graph,
file_name = NULL,
file_type = NULL,
title = NULL,
width = NULL,
height = NULL
)A graph object of class dgr_graph.
The name of the exported file (including it's extension).
The type of file to be exported. Options for graph files
are: png, pdf, svg, and ps.
An optional title for the output graph.
Output width in pixels or NULL for default. Only useful for
export to image file formats png, pdf, svg, and ps.
Output height in pixels or NULL for default. Only useful for
export to image file formats png, pdf, svg, and ps.