Description Objects from the Class Slots Methods Author(s) See Also
The class of the object of dynamicGraph.
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.
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.
signature(x = "DynamicGraph"): ...
signature(object = "DynamicGraph"): ...
signature(x = "DynamicGraph"): ...
signature(object = "DynamicGraph"): ...
signature(x = "DynamicGraph"): ...
signature(object = "DynamicGraph"): ...
signature(x = "DynamicGraph"): ...
signature(object = "DynamicGraph"): ...
signature(x = "DynamicGraph"): ...
signature(object = "DynamicGraph"): ...
signature(object = "DynamicGraph"):
Compactly display the internal *str*ucture of a dynamicGraph object,
using asDataFrame on each list of node objects.
signature(object = "DynamicGraph"): calls the method
Str.
signature(object = "DynamicGraph"): Redraw the object.
Jens Henrik Badsberg
dynamicGraphMain,
DynamicGraphModel-class, and
DynamicGraphView-class.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.