networks[degreeseq] - find the degree sequence of a graph
|
Calling Sequence
|
|
degreeseq(G)
|
|
Description
|
|
•
|
This routine returns a list of vertex degrees sorted into ascending order.
|
•
|
This routine is normally loaded via the command with(networks) but may also be referenced using the full name networks[degreeseq](...).
|
|
|