degree.hist {fastnet} | R Documentation |
Histogram of the degree distribution of a network
Description
Plot the histogram of all degrees of a network.
Usage
degree.hist(g, breaks = 100)
Arguments
g |
The input network. |
breaks |
A single number giving the number of cells for the histogram. |
Details
Plot the histogram of all degrees of a network.
Value
A .gif plot.
Author(s)
Xu Dong
Examples
## Not run:
x <- net.erdos.renyi.gnp(1000, 0.05)
degree.hist(x)
## End(Not run)
[Package fastnet version 1.0.0 Index]