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/rigraph documentation built on May 19, 2024, 6:19 a.m.