is_bipartite {igraph}R Documentation

Checks whether the graph has a vertex attribute called type.

Description

It does not check whether the graph is bipartite in the mathematical sense. Use bipartite_mapping() for that.

Usage

is_bipartite(graph)

Arguments

graph

The input graph

See Also

Bipartite graphs bipartite_mapping(), bipartite_projection(), make_bipartite_graph()


[Package igraph version 2.0.3 Index]