View source: R/transform_hype.R
dual_hype | R Documentation |
The dual of a hypergraph has a vertex for each original hyperedge and a hyperedge for each original vertex. A vertex is a member of a hyperedge if the original hyperedge has the original vertex as a member.
dual_hype(hype)
hype |
A hypergraph object. |
A hypergraph object representing the dual of the hypergraph.
hype <- example_hype() dual_hype(hype)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.