degree.hist {fastnet} | R Documentation |
Plot the histogram of all degrees of a network.
degree.hist(g, breaks = 100)
g |
The input network. |
breaks |
A single number giving the number of cells for the histogram. |
Plot the histogram of all degrees of a network.
A .gif plot.
Xu Dong
## Not run:
x <- net.erdos.renyi.gnp(1000, 0.05)
degree.hist(x)
## End(Not run)