is.matching {igraph} | R Documentation |
Matching
Description
is.matching()
was renamed to is_matching()
to create a more
consistent API.
Usage
is.matching(graph, matching, types = NULL)
Arguments
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 ‘ |
[Package igraph version 2.0.3 Index]