largest.cliques: Functions to find cliques, i.e. complete subgraphs in a graph

View source: R/cliques.R

largest.cliquesR Documentation

Functions to find cliques, i.e. complete subgraphs in a graph

Description

[Deprecated]

largest.cliques() was renamed to largest_cliques() to create a more consistent API.

Usage

largest.cliques(graph)

Arguments

graph

The input graph.

Related documentation in the C library

largest_cliques(), vcount()


igraph documentation built on May 4, 2026, 9:07 a.m.