GraphLatticeProto-class {dynamicGraph}R Documentation

Class "GraphLatticeProto"

Description

The class for dynamic graph lattice.

Objects from the Class

Objects can be created by calls of the form new("GraphLatticeProto", ...). The object is the returned value from dynamicGraphMain.

Slots

vertices:
Object of class "list": The vertexList of the graph window.
blocks:
Object of class "list": The blockList of the graph window.
blockTree:
Object of class "list": The blockTree of the graph window.
graphs:
Object of class "list": A list of objects, each of class CanvasProto-class.

Methods

No methods defined with class "GraphLatticeProto" in the signature.

Author(s)

Jens Henrik Badsberg

See Also

dynamicGraphMain, CanvasProto-class.


[Package Contents]