DynamicGraphModel-class: Class DynamicGraphModel

Description Objects from the Class Slots Methods Author(s) See Also

Description

The class for the models of the dynamicGraph.

Objects from the Class

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.

Slots

id.env:

Object of class "character": Internal identification of the object.

label:

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.

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

label<-

signature(x = "DynamicGraphModel"): ...

label

signature(object = "DynamicGraphModel"): ...

index

signature(object = "DynamicGraphModel"): ...

model<-

signature(x = "DynamicGraphModel"): ...

model

signature(object = "DynamicGraphModel"): ...

graphs<-

signature(x = "DynamicGraphModel"): ...

graphs

signature(object = "DynamicGraphModel"): ...

Str

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

show

signature(object = "DynamicGraph"): calls the method Str.

control<-

signature(x = "DynamicGraphModel"): See DynamicGraph-class.

Author(s)

Jens Henrik Badsberg

See Also

dynamicGraphMain, DynamicGraph-class, and DynamicGraphView-class.


dynamicGraph documentation built on May 2, 2019, 6:38 a.m.