bipartite.mapping {igraph} | R Documentation |
Decide whether a graph is bipartite
Description
bipartite.mapping()
was renamed to bipartite_mapping()
to create a more
consistent API.
Usage
bipartite.mapping(graph)
Arguments
graph |
The input graph. |
[Package igraph version 2.0.3 Index]