View source: R/transform_hype.R
partial_hype | R Documentation |
A partial hypergraph can be induced from a set of hyperedges. The partial hypergraph has all of the original vertices, but only the hyperedges used to induce it.
partial_hype(hype, hyperedges)
hype |
A hypergraph object. |
hyperedges |
A vector of the names of the hyperedges to be used to induce the partial hypergraph. |
A hypergraph object of the partial hypergraph.
hype <- example_hype() partial_hype(hype, c("h1", "h2"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.