hypergraph.complement: The complement of a hypergraph.

Description Usage Arguments Details Value Author(s) Examples

View source: R/hypergraph.complement.R

Description

The complement of a hypergraph is a hypergraph consisting of the hyper-edges that are not found in the original hypergraph.

Usage

1

Arguments

h

a hypergraph.

Details

The incidence matrix of the complement of h has a 0 in those places the original matrix had a 1, and a 1 in those places the original matrix had a 0.

Value

a hypergraph.

Author(s)

David J. Marchette dmarchette@gmail.com

Examples

1
2

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