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.