Initialization of a graph.
[G] = NARVAL_G_GraphInit(Name,Lx,Ly,N,T,H,Nn,Nx,Ny,Nc,Nd,Nb,Nf,En,Ec,Ew,Ef,El,Et,DNd,DNb,DEw,Df)
Graph name.
Graph area x-limit.
Graph area y-limit.
Number of nodes.
Links' tail vector.
Links' head vector.
Nodes' name vector.
Vector of nodes x-coordinates.
Vector of nodes y-coordinates.
Vector of nodes' color.
Vector of nodes' diameter.
Vector of nodes' border.
Vector of nodes' name font size.
Vector of edges' name.
Vector of edges' color.
Vector of edges' width.
Vector of edges' name font size.
Vector of edges' length.
Vector of edges' weight.
Default node diameter value.
Default node border value.
Default edge width value.
Default font size value.
Graph.
NL_G_GraphInit initializes the graph G composed by N nodes defined by their x-coordinates and y-coordinates
. The starting (respectivelly ending) node of each link is stored in
(respectivelly
).