DynamicGraph-class: Class DynamicGraph

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

Description

The class of the object of dynamicGraph.

Objects from the Class

An object of this class DynamicGraph-class is the returned value from the method dg and from the function dynamicGraphMain.

The object has the lists of vertices and blocks of the dynamicGraph, and a list of models, each (of class DynamicGraphModel-class) with the model and the views of the model.

Each view (of class DynamicGraphView-class) of a model will hold the edges (edges between vertices, factors and blocks) and factor- and extra-vertices of the view, together with vectors of indices of vertices and blocks visible in the view.

Objects of the class DynamicGraph-class is the outer frame holding the "data" and the models, each model is of the class DynamicGraphModel-class with one or more views of the class DynamicGraphView-class in a sub-frame for the model.

The input to dynamicGraphMain should be of the class dg.graph-class.

Slots

id.env:

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

label:

Object of class "character": The value of the argument label of dynamicGraphMain, the header label, tktitle, of the window, also printed by Str.

vertices:

Object of class "dg.VertexList": The vertexList of the graph window.

blocks:

Object of class "dg.BlockList": The blockList of the graph window.

control:

Object of class "list" with the options of the functions dynamicGraphMain and simpleGraphToGraph.

models:

Object of class "list": A list of objects, each of class DynamicGraphModel-class.

Methods

label<-

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

label

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

vertices<-

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

vertices

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

blocks<-

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

blocks

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

control<-

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

control

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

models<-

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

models

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

Str

signature(object = "DynamicGraph"): Compactly display the internal *str*ucture of a dynamicGraph object, using asDataFrame on each list of node objects.

show

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

dg

signature(object = "DynamicGraph"): Redraw the object.

Author(s)

Jens Henrik Badsberg

See Also

dynamicGraphMain, DynamicGraphModel-class, and DynamicGraphView-class.


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