Description Usage Arguments Details Value Author(s) Examples
View source: R/make_empty_hypergraph.R
Create an empty hypergraph.
1 |
n |
a non-negative integer. |
Creates an empty hypergraph (no hyper-edges) on n
nodes.
a hypergraph.
David J. Marchette dmarchette@gmail.com
1 2 3 4 5 6 | h <- make_empty_hypergraph(4)
horder(h)
hsize(h)
h <- make_empty_hypergraph(0)
horder(h)
hsize(h)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.