networks
show
shows a table of known information about a network
Calling Sequence
Parameters
Description
Examples
show(G)
G
-
graph or network
Important: The networks package has been deprecated.Use the superseding package GraphTheory instead.
Returns a detailed description of the graph G. It is used primarily to view the internal structure of the graph.
It is normally loaded via the command with(networks) but may also be referenced using the full name networks[show](...).
with⁡networks:
G≔complete⁡3:
T≔show⁡G
T≔table⁡_Neighbors=table⁡1=2,3,2=1,3,3=1,2,_Ends=table⁡e3=2,3,e2=1,3,e1=1,2,_Econnectivity=_Econnectivity,_Tail=table⁡,_Head=table⁡,_Emaxname=3,_EdgeIndex=table⁡symmetric,2,3=e3,1,2=e1,1,3=e2,_Vweight=table⁡sparse,,_Bicomponents=_Bicomponents,_Counttrees=_Counttrees,_Countcuts=_Countcuts,_Status=SIMPLE,COMPLETE,_Edges=e1,e2,e3,_Eweight=table⁡e3=1,e2=1,e1=1,_Vertices=1,2,3
eval⁡T_Ends
table⁡e3=2,3,e2=1,3,e1=1,2
G⁡_Ends
See Also
draw
GraphTheory
networks(deprecated)[incidence]
with
Download Help Document