Efficient Maximal Degree
Calculate the efficient maximal degree of a graph.
metric.degree.max.efficient(g)
g
: The input network.A real constant.
The efficient maximal degree is the 90
## Not run: x <- net.erdos.renyi.gnp(1000, 0.01) metric.degree.max.efficient(x) ## End(Not run)
Xu Dong, Nazrul Shaikh.
Useful links