metric.degree.max.efficient {fastnet} | R Documentation |
Calculate the efficient maximal degree of a graph.
metric.degree.max.efficient(g)
g |
The input network. |
The efficient maximal degree is the 90
A real constant.
Xu Dong, Nazrul Shaikh.
## Not run: x <- net.erdos.renyi.gnp(1000, 0.01)
metric.degree.max.efficient(x)
## End(Not run)