| example_hype | R Documentation | 
Quickly generate an example hypergraph. Can be used for quickly testing and trialing examples.
example_hype( oriented = FALSE, directed = FALSE, vertex_weighted = FALSE, edge_weighted = FALSE, real_coef = FALSE )
oriented | 
 Logical value representing whether the example hypergraph should be oriented  | 
directed | 
 Logical value representing whether the example hypergraph should be directed  | 
vertex_weighted | 
 Logical value representing whether the example hypergraph should have vertex weights  | 
edge_weighted | 
 Logical value representing whether the example hypergraph should have hyperedge weights  | 
real_coef | 
 Logical value representing whether the example hypergraph should have real coefficients relating vertices to hyperedges  | 
An example hypergraph with the given properties
h1 <- example_hype() h2 <- example_hype(oriented = TRUE) h3 <- example_hype(oriented = TRUE, directed = TRUE) h4 <- example_hype(oriented = TRUE, directed = TRUE, real_coef = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.