Degrees of nodes
Collect the degrees for all nodes in a network.
degree.collect(net)
net
: The input network.A vector.
Obtain the degrees for all nodes.
## Not run: x.deg <- degree.collect(x) summary(x.deg) ## End(Not run)
Xu Dong, Nazrul Shaikh.
Useful links