lastcit.game {igraph} | R Documentation |
Random citation graphs
Description
lastcit.game()
was renamed to sample_last_cit()
to create a more
consistent API.
Usage
lastcit.game(
n,
edges = 1,
agebins = n/7100,
pref = (1:(agebins + 1))^-3,
directed = TRUE
)
Arguments
n |
Number of vertices. |
edges |
Number of edges per step. |
agebins |
Number of aging bins. |
pref |
Vector ( |
directed |
Logical scalar, whether to generate directed networks. |
[Package igraph version 2.0.3 Index]