Description Usage Arguments Details Value Author(s) Examples
View source: R/is.hypergraph.R
Check that an object is a hypergraph object.
1 |
h |
a hypergraph. |
This only checks that the object's class contains hypergraph.
A logical.
David J. Marchette dmarchette@gmail.com
1 2 3 4 | h <- hypergraph_from_edgelist(list(1:4,1:2,c(2,3,5),c(3,5:7)))
g <- as.graph(h)
is.hypergraph(h)
is.hypergraph(g)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.