Plot the degree distribution of a network on log scale

plot_deg_dist(gr, logx = T)

Arguments

gr

the network as an igraph object

logx

whether the degree is in log scale.

Value

Histogram of the degree of 'gr'.