graph-to-dot
Exports a graph as a text file in DOT format.
Arguments
Inputs:
graph
: The graph structure to be exported
Output:
dot
: Text in DOT format ('.DOT').
Possible use cases
Importing data for input to the
network
argument in create-microreact-project or update-microreact-project adaptors.After using force-directed-layout on graph data, convert the graph to DOT.
After converting a datatable into a graph structure using datatable-to-graph, convert the graph to DOT.
Last updated