DirectedHyperedge {hypergraph} | R Documentation |
A convenience constructor for DirectedHyperedge-class
objects
DirectedHyperedge(head, tail, label = "")
head |
Character vector of nodes that are part of the head of the hyperedge |
tail |
Character vector of nodes that part of the tail of the hyperedge |
label |
A character string describing the directed hyperedge |
An object of class DirectedHyperedge-class
Seth Falcon
DirectedHyperedge-class
Hyperedge-class
Hypergraph-class