degree.collect {fastnet} | R Documentation |
Collect the degrees for all nodes in a network.
degree.collect(net)
net |
The input network. |
Obtain the degrees for all nodes.
A vector.
Xu Dong, Nazrul Shaikh.
## Not run:
x.deg <- degree.collect(x)
summary(x.deg)
## End(Not run)