powered by
determines whether the hypergraph contains no hyper-edges.
is.empty.hypergraph(h)
a hypergraph.
a logical.
# NOT RUN { h <- hypergraph_from_edgelist(list(1:3)) is.empty.hypergraph(h) k <- hypergraph.delete.edges(h,1) is.empty.hypergraph(k) # }
Run the code above in your browser using DataLab