Graph
Represents connected information (nodes and edges)
Last updated
Represents connected information (nodes and edges)
Last updated
This data type is a way to store non-linear data comprising nodes (vertices) and edges. Graphs are often used to represent networks. The graph structure can be directed or undirected.
The Dot-to-graph adaptor produces a Graph from the graph
argument.
One common way to express a data graph is DOT format. Given the following DOT file:
An equivalent Graph would be structured as follows: