anyGraph-class {giRaph}R Documentation

Class "anyGraph"

Description

A class for graphs of any kind.

Objects from the Class

Objects can be created by calls of the form new("anyGraph", ...).

Slots

incidenceList:
Object of class "incidenceList"

Methods

coerce
signature(from = "generalGraph", to = "anyGraph"): no edges are lost in the conversion to the most general class of graphs
coerce
signature(from = "multiGraph", to = "anyGraph"): no edges are lost in the conversion to the most general class of graphs
coerce
signature(from = "simpleGraph", to = "anyGraph"): no edges are lost in the conversion to the most general class of graphs
incidenceList
signature(object = "anyGraph"): gets the incidence list representation
incidenceList<-
signature(x = "anyGraph"): sets the incidence list representation

Author(s)

Jens Henrik Badsberg, Claus Dethlefsen, Luca La Rocca

See Also

incidenceList-class and incidenceList


[Package giRaph version 0.0.0.11 Index]