powered by
Calculate the mean degree of a graph.
metric.degree.mean(g)
The input network.
A real constant.
The mean degree is the average value of the degrees of all nodes in graph g.
# NOT RUN { x <- net.erdos.renyi.gnp(1000, 0.01) metric.degree.mean(x) # }
Run the code above in your browser using DataLab