degree.sequence.game | R Documentation |
degree.sequence.game()
was renamed to sample_degseq()
to create a more
consistent API.
degree.sequence.game(
out.deg,
in.deg = NULL,
method = c("simple", "vl", "simple.no.multiple", "simple.no.multiple.uniform")
)
out.deg |
Numeric vector, the sequence of degrees (for undirected
graphs) or out-degrees (for directed graphs). For undirected graphs its sum
should be even. For directed graphs its sum should be the same as the sum of
|
in.deg |
For directed graph, the in-degree sequence. By default this is
|
method |
Character, the method for generating the graph. See Details. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.