interconnected.islands.game {igraph} | R Documentation |
A graph with subgraphs that are each a random graph.
Description
interconnected.islands.game()
was renamed to sample_islands()
to create a more
consistent API.
Usage
interconnected.islands.game(islands.n, islands.size, islands.pin, n.inter)
Arguments
islands.n |
The number of islands in the graph. |
islands.size |
The size of islands in the graph. |
islands.pin |
The probability to create each possible edge into each island. |
n.inter |
The number of edges to create between two islands. |
[Package igraph version 2.0.3 Index]