k.regular.game | R Documentation |
k.regular.game()
was renamed to sample_k_regular()
to create a more
consistent API.
k.regular.game(no.of.nodes, k, directed = FALSE, multiple = FALSE)
no.of.nodes |
Integer scalar, the number of vertices in the generated graph. |
k |
Integer scalar, the degree of each vertex in the graph, or the out-degree and in-degree in a directed graph. |
directed |
Logical scalar, whether to create a directed graph. |
multiple |
Logical scalar, whether multiple edges are allowed. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.