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