DynamicGraphModel-class {dynamicGraph} | R Documentation |
The class for the models of the dynamicGraph.
AnObject of this class is created for each model
in dynamicGraphMain
.
Objects of class DynamicGraphModel-class
will be a part of the returned
value of the function dynamicGraphMain
, and will store the model,
with the views of the model, each of class DynamicGraphView-class
.
id.env
:"character"
:
Internal identification of the object. 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. model
:"list"
:
The model
of the graph windows. graphs
:"list"
:
A list of view objects,
each of class DynamicGraphView-class
. signature(x = "DynamicGraphModel")
: ... signature(object = "DynamicGraphModel")
: ... signature(object = "DynamicGraphModel")
: ... signature(x = "DynamicGraphModel")
: ... signature(object = "DynamicGraphModel")
: ... signature(x = "DynamicGraphModel")
: ... signature(object = "DynamicGraphModel")
: ... signature(object = "DynamicGraphModel")
:
Compactly display the internal *str*ucture
of a dynamicGraph model object. signature(object = "DynamicGraph")
: calls the method
Str
. signature(x = "DynamicGraphModel")
:
See DynamicGraph-class
.
Jens Henrik Badsberg
dynamicGraphMain
,
DynamicGraph-class
, and
DynamicGraphView-class
.