citing.cited.type.game | R Documentation |
citing.cited.type.game()
was renamed to sample_cit_cit_types()
to create a more
consistent API.
citing.cited.type.game(
n,
edges = 1,
types = rep(0, n),
pref = matrix(1, nrow = length(types), ncol = length(types)),
directed = TRUE,
attr = TRUE
)
n |
Number of vertices. |
edges |
Number of edges per step. |
types |
Vector of length ‘ |
pref |
Vector ( |
directed |
Logical scalar, whether to generate directed networks. |
attr |
Logical scalar, whether to add the vertex types to the generated
graph as a vertex attribute called ‘ |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.