degree.hist: Histogram of the degree distribution of a network

Description Usage Arguments Details Value Author(s) Examples

View source: R/degree.hist.R

Description

Plot the histogram of all degrees of a network.

Usage

1
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

1
2
3
4
## Not run: 
x <-  net.erdos.renyi.gnp(1000, 0.05)
degree.hist(x)
## End(Not run)

fastnet documentation built on Jan. 13, 2021, 5:28 p.m.

Related to degree.hist in fastnet...