interconnected.islands.game: A graph with subgraphs that are each a random graph.

View source: R/games.R

interconnected.islands.gameR Documentation

A graph with subgraphs that are each a random graph.

Description

[Deprecated]

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.


igraph/rigraph documentation built on May 19, 2024, 6:19 a.m.