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