Description Usage Arguments Details Value Author(s) Examples
Plot the cumulative degree distribution of a network, with a logarithm scale.
1  | draw.degdist.cum(net)
 | 
net | 
 The input network.  | 
Plot the cumulative degree distribution of a network, with a logarithm scale.
A .gif plot.
Xu Dong, Nazrul Shaikh.
1 2 3 4  | ## Not run: 
x <-  net.barabasi.albert(1000, 20)
draw.degdist.cum(x)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.