Learn R Programming

giRaph (version 0.1-1)

simpleGraph-class: Class "simpleGraph"

Description

A class for simple-graphs

Arguments

Objects from the Class

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

Extends

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

See Also

adjacencyMatrix-class and adjacencyMatrix