View source: R/structural.properties.R
is.matching | R Documentation |
is.matching()
was renamed to is_matching()
to create a more
consistent API.
is.matching(graph, matching, types = NULL)
graph |
The input graph. It might be directed, but edge directions will be ignored. |
matching |
A potential matching. An integer vector that gives the
pair in the matching for each vertex. For vertices without a pair,
supply |
types |
Vertex types, if the graph is bipartite. By default they
are taken from the ‘ |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.