powered by
Calculate the efficient maximal degree of a graph.
metric.degree.max.efficient(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) # }
Run the code above in your browser using DataLab