Description Usage Arguments Details Value Author(s) See Also Examples
Convert a hypergraph to a graph or a graph, matrix or list to a hypergraph.
1 2 |
h |
a hypergraph. |
The function hypergraph_as_edgelist
is just an alias for
hyper_edges
.
A list of the hyperedges.
David J. Marchette dmarchette@gmail.com
1 2 | h <- hypergraph_from_edgelist(list(1:4,1:2,c(2,3,5),c(3,5:7)))
hypergraph_as_edgelist(h)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.