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