| SimCluster | R Documentation | 
Simulates a cluster graph
SimCluster(p, k, dens, r)
| p | number of nodes | 
| k | number of groups in the cluster | 
| dens | graph density | 
| r | within/between ratio connection probability | 
the adjacency matrix of size p x p
SimCluster(10,2,0.5, 10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.