generalGraph-class {giRaph} | R Documentation |
A class for general graphs.
Objects can be created by calls of the form new("generalGraph", ...)
.
incidenceMatrix
:"incidenceMatrix"
incidenceList
:"incidenceList"
Class "anyGraph"
, directly, with explicit coerce.
signature(from = "anyGraph", to = "generalGraph")
:
all but directed and undirected edges are lost in the conversionsignature(from = "multiGraph", to = "generalGraph")
:
no edges are lost in the conversion as every multi-graph is a general graphsignature(from = "simpleGraph", to = "generalGraph")
:
no edges are lost in the conversion as every simple-graph is a general graphsignature(object = "generalGraph")
: gets the incidence matrix representationsignature(x = "generalGraph")
: sets the incidence matrix representationJens Henrik Badsberg, Claus Dethlefsen, Luca La Rocca
incidenceMatrix-class
and incidenceMatrix