generalized2section: Two sections of a hypergraph.

Description Usage Arguments Details Value Author(s) References Examples

View source: R/helly.R

Description

Two section of a hypergraph.

Usage

1
H2(h)

Arguments

h

a hypergraph.

Details

The 2-section of a hypergraph is the graph with vertices corresponding to hyper-edges, and edges corresponding to whether the hyper-edges intersect.

Value

a graph.

Author(s)

David J. Marchette dmarchette@gmail.com

References

Voloshin, Vitaly I. Introduction to graph and hypergraph theory. Nova Science Publ., 2009.

Examples

1
2
3
h <- hypergraph_from_edgelist(list(c(1,2,5),c(2,3,5),c(3,4),c(4,5)))
g <- H2(h)
## see Figure 7.11 of the reference.

HyperG documentation built on March 4, 2021, 5:06 p.m.