MorphologicalGraph[image] gives a graph object that represents the connectivity of the morphological branch points and endpoints of the objects in image after applying ...
Pajek
(Mathematica Import/Export Format) Pajek graph language and data format. Commonly used exchange format for graphs. Native format of the Pajek network analysis software. The format name is Slovenian for spider. ...
VertexReplace[g, {v_1 -> w_1, v_2 -> w_2, ...}] replaces each vertex v_i in the graph g by w_i.
SimpleGraph[g] gives the underlying simple graph from the graph g.
EdgeCount[g] gives a count of the number of edges in the graph g.EdgeCount[g, patt] gives a count of the number of edges that match the pattern patt.
VertexCount[g] gives a count of the number of vertices in the graph g.VertexCount[g, patt] gives a count of the number of vertices that match the pattern patt.
Aggressive is an option to PseudoDiameter that specifies whether an extra iteration is to be carried out.
DirectedEdge[u, v] or u \[DirectedEdge] v represents a directed edge from u to v.
GraphHighlightStyle is an option to Graph and related objects that specifies styles to use for highlighted graph elements.
UndirectedEdge[u, v] or u \[UndirectedEdge] v represents an undirected edge of a graph with vertices u and v.