dynetx.classes.function.degree_histogram¶
- dynetx.classes.function.degree_histogram(G, t=None)¶
Return a list of the frequency of each degree value.
Parameters¶
- GGraph opject
DyNetx graph object
- tsnapshot id (default=None)
snapshot id
Returns¶
- histlist
A list of frequencies of degrees. The degree values are the index in the list.
Notes¶
Note: the bins are width one, hence len(list) can be large (Order(number_of_edges))