DynamicGraphModel-class {dynamicGraph}R Documentation

Class "DynamicGraphModel"

Description

The class for the models of the dynamicGraph.

Objects from the Class

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.

Slots

title:
Object of class "character": The value of the argument title of dynamicGraphMain, combined with the slot name of the model object, printed by Str.
index:
Object of class "numeric": The index of the model.
redrawView:
Object of class "function": For drawing views of the model.
model:
Object of class "list": The model of the graph windows.
graphs:
Object of class "list": A list of view objects, each of class DynamicGraphView-class.

Methods

Str
signature(object = "DynamicGraphModel"): Compactly display the internal *str*ucture of a dynamicGraph model object.
show
signature(object = "DynamicGraph"): calls the method Str.

Author(s)

Jens Henrik Badsberg

See Also

dynamicGraphMain, DynamicGraph-class, and DynamicGraphView-class.


[Package dynamicGraph version 0.1.7.0 Index]