GraphLatticeProto-class {dynamicGraph} | R Documentation |
The class for dynamic graph lattice.
Objects can be created by calls of the form new("GraphLatticeProto", ...)
.
The object is the returned value from dynamicGraphMain
.
vertices
:"list"
:
The vertexList
of the graph window. blocks
:"list"
:
The blockList
of the graph window. blockTree
:"list"
:
The blockTree
of the graph window. graphs
:"list"
:
A list of objects, each of class CanvasProto-class
. No methods defined with class "GraphLatticeProto" in the signature.
Jens Henrik Badsberg
dynamicGraphMain
,
CanvasProto-class
.