H2                      Two sections of a hypergraph.
HyperG-package          Hypergraphs in R
as.bipartite            Hypergraph as a bipartite graph.
as.hypergraph           Convert between hypergraphs and graphs.
ase                     Adjacency spectral embedding.
clique_hypergraph       Clique Hypergraph
cluster_spectral        Spectral Graph Clustering
dual_hypergraph         Dual hypergraph.
epsilon_hypergraph      Epsilon-Ball Hypergraph
equivalent.hypergraphs
                        Equivalent Hypergraphs
has.helly               Helly Property
has.isolates            Test for loops, isolates and empty hyper-edges.
hdegree                 Degrees of a hypergraph.
horder                  The number of vertices, edges and statistics of
                        the hypergraph.
hrank                   Rank of a hypergraph.
hypergraph.add.edges    Add edges or vertices to a hypergraph.
hypergraph.complement   The complement of a hypergraph.
hypergraph.delete.edges
                        Delete edges or vertices of a hypergraph.
hypergraph.entropy      Hypergraph Entropy
hypergraph.is.connected
                        Is the hypergraph connected?
hypergraph.union        Unions and intersections of hypergraphs.
hypergraph_as_adjacency_matrix
                        Adjacency Matrix of a Hypergraph.
hypergraph_as_edgelist
                        Convert between hypergraphs and graphs.
hypergraph_from_incidence_matrix
                        Hypergraph construction.
hypergraph_from_literal
                        Hypergraph from literal.
hypergraph_laplacian_matrix
                        Laplacian Matrix
incidence_matrix        Graph Incidence Matrix.
induced_hypergraph      Induced hypergraph.
is.conformal            Conformal Hypergraphs
is.empty.hypergraph     Is the hypergraph empty.
is.hypergraph           Is an object a hypergraph?
is.hypertree            Test for hypertree.
is.simple               Is a hypergraph simple/linear?
is.star                 Is a hypergraph a star?
is.tree                 Test if a graph is a tree or a forest.
kCores                  K-Cores
knn_hypergraph          K-Nearest Neighbor Hypergraph.
line.graph              Line Graph
make_empty_hypergraph   Empty hypergraph.
pendant                 Pendant Vertices
plot.hypergraph         Plot a hypergraph.
print.hypergraph        Print a hypergraph to the console.
reduce.hypergraph       Remove redundant hyperedges and isolated
                        vertices.
remove.redundant.vertices
                        Remove redundant vertices.
reorder_vertices        Reorder the vertices of a hypergraph.
sample_geom_hypergraph
                        Construct a hypergraph from a random collection
                        of points.
sample_gnp_hypergraph   Erdos-Renyi hypergraphs.
sample_k_uniform_hypergraph
                        Random k-uniform and k-regular hypergraphs.
sample_sbm_hypergraph   Sample from a stochastic block model.
subtree.hypergraph      Subtree Hypergraph.
summary.hypergraph      Print a summary of the hypergraph to the
                        console.
