DynamicGraph-class {dynamicGraph}R Documentation

Class "DynamicGraph"

Description

The class for the dynamicGraph.

Objects from the Class

An object of this class DynamicGraph-class is the returned value from dynamicGraphMain.

The object has the lists of vertices and blocks (block trees) of the dynamicGraph, and a list of models, each (of class DynamicGraphModel-class) with 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.

If the argument returnLink is TRUE for dynamicGraphMain then the object returned from dynamicGraphMain will have the function drawModel for drawing other models and views associated with the returned object of DynamicGraph-class.

Slots

title:
Object of class "character": The value of the argument title 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.
blockTree:
Object of class "list": The blockTree of the graph window.
drawModel:
Object of class "function": Function for adding models to the returned dynamicGraph.
models:
Object of class "list": A list of objects, each of class DynamicGraphModel-class.

Methods

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.

Author(s)

Jens Henrik Badsberg

See Also

dynamicGraphMain, DynamicGraphModel-class, and DynamicGraphView-class.


[Package dynamicGraph version 0.1.7.0 Index]