is_bipartite: Checks whether the graph has a vertex attribute called...

View source: R/attributes.R

is_bipartiteR 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()


igraph/rigraph documentation built on Aug. 16, 2024, 1:38 p.m.