DynamicGraphModel-class {dynamicGraph} | R Documentation |
The class for the models of the dynamicGraph.
Objects of this class is created in the drawModel
function
of dynamicGraphMain
.
Objects of class DynamicGraphModel-class
will be a part of the returned
value of the function dynamicGraphMain
, and will store the model,
the views of the model, each of class DynamicGraphView-class
,
and the function redrawView
for drawing views of the model.
title
:"character"
:
The value of the argument title
of
dynamicGraphMain
, combined with the slot name
of the model object, printed by Str
. index
:"numeric"
:
The index
of the model. redrawView
:"function"
:
For drawing views of the model. model
:"list"
:
The model
of the graph windows. graphs
:"list"
:
A list of view objects,
each of class DynamicGraphView-class
. signature(object = "DynamicGraphModel")
:
Compactly display the internal *str*ucture of a dynamicGraph model object. signature(object = "DynamicGraph")
: calls the method
Str
. Jens Henrik Badsberg
dynamicGraphMain
,
DynamicGraph-class
, and
DynamicGraphView-class
.