draw.degdist.cum: Plot of the cumulative degree distribution of a network

Description Usage Arguments Details Value Author(s) Examples

Description

Plot the cumulative degree distribution of a network, with a logarithm scale.

Usage

1

Arguments

net

The input network.

Details

Plot the cumulative degree distribution of a network, with a logarithm scale.

Value

A .gif plot.

Author(s)

Xu Dong, Nazrul Shaikh.

Examples

1
2
3
4
## Not run: 
x <-  net.barabasi.albert(1000, 20)
draw.degdist.cum(x)
## End(Not run)

networkgroupR/fastnet documentation built on May 23, 2019, 1:32 p.m.