metric.degree.max {fastnet} | R Documentation |
Calculate the maximal degree of a graph.
metric.degree.max(g)
g |
The input network. |
The maximal degree.
A real constant.
Xu Dong, Nazrul Shaikh.
## Not run:
metric.degree.max(x)
## End(Not run)