Description Usage Arguments Details Value Author(s) Examples
View source: R/hypergraph.complement.R
The complement of a hypergraph is a hypergraph consisting of the hyper-edges that are not found in the original hypergraph.
| 1 | 
| h | a hypergraph. | 
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.
a hypergraph.
David J. Marchette dmarchette@gmail.com
| 1 2 |     h <- hypergraph_from_edgelist(list(c(2,3),c(1,4)))
	 hypergraph.complement(h)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.