growing.random.game {igraph} | R Documentation |
Growing random graph generation
Description
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 |
[Package igraph version 2.0.3 Index]