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, directed graphs will be considered as undirected ones, multiple edges and loops are ignored.


igraph documentation built on Oct. 20, 2024, 1:06 a.m.