Description Usage Arguments Details Value Author(s) See Also Examples
Uses the igraph is.connected function to determine if a hypergraph is connected.
1 |
h |
a hypergraph. |
First the hypergraph is converted to a graph.
Then the resulting graph is passed to the igraph is.connected
function.
a logical.
David J. Marchette dmarchette@gmail.com
1 2 3 4 | hypergraph.is.connected(hypergraph_from_edgelist(list(1:4,3:5)))
## TRUE
hypergraph.is.connected(hypergraph_from_edgelist(list(1:4,5:7)))
## FALSE
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.