is.graphical.degree.sequence | R Documentation |
is.graphical.degree.sequence()
was renamed to is_graphical()
to create a more
consistent API.
is.graphical.degree.sequence(
out.deg,
in.deg = NULL,
allowed.edge.types = c("simple", "loops", "multi", "all")
)
out.deg |
Integer vector, the degree sequence for undirected graphs, or the out-degree sequence for directed graphs. |
in.deg |
|
allowed.edge.types |
The allowed edge types in the graph. ‘simple’ means that neither loop nor multiple edges are allowed (i.e. the graph must be simple). ‘loops’ means that loop edges are allowed but mutiple edges are not. ‘multi’ means that multiple edges are allowed but loop edges are not. ‘all’ means that both loop edges and multiple edges are allowed. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.