metric.degree.max.efficient {fastnet} | R Documentation |
Efficient Maximal Degree
Description
Calculate the efficient maximal degree of a graph.
Usage
metric.degree.max.efficient(g)
Arguments
g |
The input network. |
Details
The efficient maximal degree is the 90
Value
A real constant.
Author(s)
Xu Dong, Nazrul Shaikh.
Examples
## Not run: x <- net.erdos.renyi.gnp(1000, 0.01)
metric.degree.max.efficient(x)
## End(Not run)
[Package fastnet version 1.0.0 Index]