model.mer: Simulate network via modular erdos-renyi model

Description Usage Arguments Value

View source: R/models.R

Description

Simulate network via modular erdos-renyi model

Usage

1
model.mer(p = 300, m = 6, m.prob = 0.07, n.inter = 1, ...)

Arguments

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

Value

An igraph object


montilab/shine documentation built on May 20, 2021, 4:22 p.m.