View source: R/getters_setters.R
hype_size | R Documentation |
The size of a hypergraph is the number of hyperedges it contains
hype_size(hype)
hype |
A hypergraph object |
A number representing the number of hyperedges in a hypergraph
h1 <- example_hype() hype_size(h1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.