Learn R Programming

giRaph (version 0.1-1)

generalGraph-class: Class "generalGraph"

Description

A class for general graphs.

Arguments

Objects from the Class

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

Extends

Class "anyGraph", directly, with explicit coerce.

See Also

incidenceMatrix-class and incidenceMatrix