maximal.cliques.count {igraph} | R Documentation |
Functions to find cliques, i.e. complete subgraphs in a graph
Description
maximal.cliques.count()
was renamed to count_max_cliques()
to create a more
consistent API.
Usage
maximal.cliques.count(graph, min = NULL, max = NULL, subset = 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 |
[Package igraph version 2.0.3 Index]