model.mer.RdSimulate network via modular erdos-renyi model
model.mer(p = 300, m = 6, m.prob = 0.07, n.inter = 1, ...)
| p | The number of vertices in the graph | 
|---|---|
| m | The number of islands in the graph | 
| m.prob | The probability to create each possible edge into each island | 
| n.inter | The number of edges to create between two islands | 
| ... | Additional arguments passed to /codeigraph::sample_islands | 
An igraph object