Description Usage Arguments Details Value Author(s) References Examples
Construct the dual hypergraph of a hypergraph.
1 |
h |
a hypergraph. |
The dual hypergraph is a hypergraph whose nodes are the original hyper-edges, with hyper-edges indicating the original incidence. Essentially, the incidence matrix of the dual hypergraph is the transpose of the original incidence matrix.
a hypergraph.
David J. Marchette dmarchette@gmail.com
Tyshkevich, R.I. and Zverovich, Vadim E, Line hypergraphs,Discrete Mathematics, 161, 265–283,1996.
1 2 | h <- hypergraph_from_edgelist(list(1:4,2:5,4:6,c(1,3,7)))
k <- dual_hypergraph(h)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.