anyGraph-class {giRaph} | R Documentation |
A class for graphs of any kind.
Objects can be created by calls of the form new("anyGraph", ...)
.
incidenceList
:"incidenceList"
signature(from = "generalGraph", to = "anyGraph")
:
no edges are lost in the conversion to the most general class of graphssignature(from = "multiGraph", to = "anyGraph")
:
no edges are lost in the conversion to the most general class of graphssignature(from = "simpleGraph", to = "anyGraph")
:
no edges are lost in the conversion to the most general class of graphssignature(object = "anyGraph")
: gets the incidence list representationsignature(x = "anyGraph")
: sets the incidence list representationJens Henrik Badsberg, Claus Dethlefsen, Luca La Rocca
incidenceList-class
and incidenceList