Description Usage Arguments Value Examples
Generate a random graph with desired size, clustering coefficient, and degree distribution
1 |
n |
Integer size of random graph |
CC |
Desired clustering coefficient. Value in (0,1). |
rdegdist |
This is either a character string specifiying the desired degree distribution or an R function which generates the desired distribution. |
A graph in igraph format
1 | rclustnet( n=500, CC = .25, rdegdist='pois', lambda=5 )
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.