min_degree | R Documentation |
The degree of a vertex is a way of expressing how many connections there
are from a vertex to the rest of the hypergraph. See the degree
help
documentation for more details.
min_degree(hype, method = NA)
hype |
A hypergraph object. |
method |
The method by which to calculate the degree, see |
The maximum value for the chosen degree among vertices of the hypergraph.
h <- example_hype() min_degree(h)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.