Median Degree
Calculate the median degree of a graph.
metric.degree.median(g)
g
: The input network.A real constant.
The median degree is the median value of the degrees of all nodes in graph g.
## Not run: x <- net.erdos.renyi.gnp(1000, 0.01) metric.degree.median(x) ## End(Not run)
Xu Dong, Nazrul Shaikh.
Useful links