DynamicGraphView-class {dynamicGraph} | R Documentation |
The class for views of the models of the dynamicGraph.
Objects of the class DynamicGraphView-class
is created
in the redrawView
function in the drawModel
function of dynamicGraphMain
.
Objects of this class will be a part of each model in the model list
of the returned value from dynamicGraphMain
,
and will store the view specific items of a model,
plus the identification of the Tcl/tk window.
title
:"character"
:
The value of the argument title
of
dynamicGraphMain
, combined with the
viewType
of the model object, printed by Str
. index
:"numeric"
:
The index
of the view. 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. update
:"function"
:
For updating the view and slots of the view. id
:"numeric"
:
Integer, increased for each redraw of the graph window. viewLabel
:visibleVertices
:"numeric"
:
Numeric vector of the indices of the vertices of
vertexList
plotted in the view. visibleBlocks
:"numeric"
:
Numeric vector of the indices of the blocks of
blockList
plotted in the view. extraVertices
:"dg.Vertexlist"
:
The extraList
of the view. vertexEdges
:"dg.VertexEdgeList"
:
The edgeList
of the view. blockEdges
:"dg.BlockEdgeList"
:
The blockEdgeList
of the view. factorVertices
:"dg.FactorVertexList"
:
The factorVertexList
of the view. factorEdges
:"dg.FactorEdgeList"
:
The factorEdgeList
of the view. extraEdges
:"dg.ExtraEdgeList"
:
The extraEdgeList
of the view. signature(object = "DynamicGraphView")
:
Compactly display the internal *str*ucture of a dynamicGraph view object. signature(object = "DynamicGraph")
: calls the method
Str
. Jens Henrik Badsberg
dynamicGraphMain
,
DynamicGraph-class
, and
DynamicGraphModel-class
.