Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

DynamicGraphModel-class

Class DynamicGraphModel


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


dynamicGraph

dynamicGraph

v0.2.2.6
GPL (>= 2)
Authors
Jens Henrik Badsberg <coco@badsberg.eu>
Initial release
2010/01/30

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.