Network::showGraph
-- plots a
network
plots the network
Network::showGraph
(N)N
.
Network::showGraph(N)
N |
- | network |
the value of type DOM_NULL
Network::showGraph
(N)
gives s simple
visual representation of the network N
. Up to now no
optimization with respect to a minimal number of intersection points of
the edges is done. Actually, all nodes of the network are drawn at
equal intervals around a circle.>> Network::showGraph(Network::complete(4))
>> Network::showGraph(Network::random()[1])
Network::ShowGraph