is.matching() was renamed to is_matching() to create a more
consistent API.
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
NAhere.- types
Vertex types, if the graph is bipartite. By default they are taken from the ‘
type’ vertex attribute, if present.
