Description Usage Arguments Value Author(s) See Also Examples
This returns the number of vertices and hyper-edges, and similar statistics, for a hypergraph.
1 2 3 4 | hnames(h)
horder(h)
hsize(h)
edge_orders(h)
|
h |
a hypergraph. |
a named vector of vertics, or the names of the vertices.
Order refers to the number of vertices, size to the number of hyper-edges.
The edge_orders
function returns the number of vertices in each of the
hyper-edges. In a simple graph, this would always be 2.
David J. Marchette dmarchette@gmail.com
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.