Description Usage Arguments Details Value Warning Author(s) References See Also Examples
View source: R/clique_hypergraph.R
Construct a clique hypergraph from a graph.
1 |
g |
a graph. |
A clique hypergraph is one whose hyper-edge correspond to the maximal cliques of a given graph.
a hypergraph.
The calculation of the maximal cliques of a graph can take a long time, and dense graphs may have many maximal cliques, so use this funciton with care.
David J. Marchette dmarchette@gmail.com
Voloshin, Vitaly I. Introduction to graph and hypergraph theory. Nova Science Publ., 2009.
max_cliques
, ~~~
1 2 | g <- graph_from_literal(1-2-3-1,3-4-5-3)
h <- clique_hypergraph(g)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.