is.bipartite {igraph} | R Documentation |
Checks whether the graph has a vertex attribute called type
Description
is.bipartite()
was renamed to is_bipartite()
to create a more
consistent API.
Usage
is.bipartite(graph)
Arguments
graph |
The input graph |
[Package igraph version 2.0.3 Index]