Return the most important edge data fields of a graph.
[e_head,e_tail,e_color,e_width,e_length,e_weight,e_number]=NARVAL_G_EdgeDataFields(g)
network graph.
starting node of each edge.
ending node of each edge.
edges color.
edges width.
edges length.
edges weight.
number of edges.
NARVAL_G_EdgeDataFields returns the most important edges parameter of the graph g. e_head (respectivelly e_tail) is a vector composed by the starting (respectivelly ending) node of each edge. Visualization parameters are composed by the edges color e_color and the edges width e_width. e_length (respectivelly e_weight) stores the length (respectivelly the weight) of each edge. e_number provides the number of edges of the graph.