Description Usage Arguments Value Author(s) Examples
View source: R/is.empty.hypergraph.R
determines whether the hypergraph contains no hyper-edges.
1 |
h |
a hypergraph. |
a logical.
David J. Marchette dmarchette@gmail.com
1 2 3 4 | h <- hypergraph_from_edgelist(list(1:3))
is.empty.hypergraph(h)
k <- hypergraph.delete.edges(h,1)
is.empty.hypergraph(k)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.