metric.degree.sd {fastnet} | R Documentation |
Standard Deviation of Degree Distribution
Description
Calculate the standard deviation of all degrees of a network.
Usage
metric.degree.sd(g)
Arguments
g |
The input network. |
Details
The standard deviation of all degrees of a network.
Value
A real constant.
Author(s)
Xu Dong, Nazrul Shaikh.
Examples
## Not run:
metric.degree.sd(x)
## End(Not run)
[Package fastnet version 1.0.0 Index]