maximal.cliques.count | R Documentation |
maximal.cliques.count()
was renamed to count_max_cliques()
to create a more
consistent API.
maximal.cliques.count(graph, min = NULL, max = NULL, subset = NULL)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.