Extract the most important edge data fields of a graph.
[Eh,Et,Ec,Ew,El,Ewt,En] = NL_G_EdgeDataFields(G)
Graph.
Starting node of each edge.
Ending node of each edge.
Color of each edge.
Width of each edge.
Length of each edge.
Weight of each edge.
Number of edges.
NL_G_EdgeDataFields returns the most important edges parameters of the graph G. (respectivelly
) is composed by the starting (respectivelly ending) node of each edge. Visualization parameters are composed by the edges color
and the edges width
.
(respectivelly
) stores the length (respectivelly the weight) of each edge.
provides the number of edges of the graph.