powered by
Collect the degrees for all nodes in a network.
degree.collect(net)
The input network.
A vector.
Obtain the degrees for all nodes.
# NOT RUN { x.deg <- degree.collect(x) summary(x.deg) # }
Run the code above in your browser using DataLab