Description Usage Arguments Details Value Author(s) See Also Examples
View source: R/hypergraph_from_literal.R
Similar to the igraph function, except that in this case the literals just indicate the hyper-edges.
1 |
... |
see details. |
This takes a collection of hyperedge descriptions, such as a-3-C-9, indicating the hyper-edge containing a,C,3 and 9. It returns the associated hypergraph. This is different from the graph version; in essence, this would be the same as constraining the graph version to require all the argumenst to be pairs. There is no way to produce chains, as in the graph version.
a hypergraph.
David J. Marchette dmarchette@gmail.com
1 2 3 4 | h1 <- hypergraph_from_literal(1-2-3,3-a-b,c-1-4)
plot(h1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.