growing.random.game: Growing random graph generation

View source: R/games.R

growing.random.gameR Documentation

Growing random graph generation

Description

[Deprecated]

growing.random.game() was renamed to sample_growing() to create a more consistent API.

Usage

growing.random.game(n, m = 1, directed = TRUE, citation = FALSE)

Arguments

n

Numeric constant, number of vertices in the graph.

m

Numeric constant, number of edges added in each time step.

directed

Logical, whether to create a directed graph.

citation

Logical. If TRUE a citation graph is created, i.e. in each time step the added edges are originating from the new vertex.


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