Description Objects from the Class Slots Methods Author(s) See Also Examples
A Hyperedge object represents a hyperedge in a hypergraph, that is, a subset of the nodes of a hypergraph.
Objects can be created by calls of the form new("Hyperedge",
nodes, label).
You can also use the convenience function Hyperedge to create
instances. This is especially useful for creating a list of
Hyperedge instances using lapply.
head:A vector of mode "character" containing
the node labels that are a part of the hyperedge
label:An arbitrary "character" string
describing this hyperedge
signature(.Object = "Hyperedge"): Create an
instance
signature(object = "Hyperedge"): Return the
value of the label slot
signature(object = "Hyperedge", value =
"character"): Set the label slot.
signature(object = "Hyperedge"): Return a
vector containing the nodes in the hyperedge
signature(object = "Hyperedge"): Print a textual
summary of the hyperedge
Seth Falcon
Hyperedge
Hypergraph-class
DirectedHyperedge-class
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.