Learn R Programming

giRaph (version 0.1-1)

multiGraph-class: Class "multiGraph"

Description

A class for multi-graphs.

Arguments

Objects from the Class

Objects can be created by calls of the form new("multiGraph", ...). A multiGraph object consists of three slots, one for each possible representation: adjacencyList, incidenceMatrix and incidenceList.

Extends

Class "generalGraph", directly, with explicit coerce. Class "anyGraph", directly, with explicit coerce.

See Also

adjacencyList-class and adjacencyList