maximal.cliques {igraph} | R Documentation |
Functions to find cliques, i.e. complete subgraphs in a graph
Description
maximal.cliques()
was renamed to max_cliques()
to create a more
consistent API.
Usage
maximal.cliques(graph, min = NULL, max = NULL, subset = NULL, file = NULL)
Arguments
graph |
The input graph, directed graphs will be considered as undirected ones, multiple edges and loops are ignored. |
min |
Numeric constant, lower limit on the size of the cliques to find.
|
max |
Numeric constant, upper limit on the size of the cliques to find.
|
subset |
If not |
file |
If not |