CanvasProto-class {dynamicGraph} | R Documentation |
The class for objects unique to each dynamic graph.
Objects can be created by calls of the form new("CanvasProto", ...)
.
top
:"tkwin"
:
The tkwin
-top of the graph window. canvas
:"tkwin"
:
The canvas
-top of the graph window. tags
:"list"
:
The tags of the objects drawn in the graph window. id
:"numeric"
:
Integer, increased for each redraw of the graph window. visibleVertices
:"numeric"
:
Numeric vector of the indices of the vertices of
vertexList
plotted in the graph window. extraVertices
:"list"
:
The extraList
of the graph in the window. graphEdges
:"list"
:
The edgeList
of the graph in the window. blockEdges
:"list"
:
The blockEdgeList
of the graph in the window. factorVertices
:"list"
:
The factorVertexList
of the graph in the window. factorEdges
:"list"
:
The factorEdgeList
of the graph in the window. No methods defined with class "CanvasProto" in the signature.
Jens Henrik Badsberg
dynamicGraphMain
,
GraphLatticeProto-class
.