DynamicGraph-class {dynamicGraph} | R Documentation |
The class for the dynamicGraph.
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
.
title
:"character"
:
The value of the argument title
of
dynamicGraphMain
,
the header label, tktitle
, of the window,
also printed by Str
. vertices
:"dg.VertexList"
:
The vertexList
of the graph window. blocks
:"dg.BlockList"
:
The blockList
of the graph window. blockTree
:"list"
:
The blockTree
of the graph window. drawModel
:"function"
:
Function for adding models to the returned dynamicGraph
. models
:"list"
:
A list of objects,
each of class DynamicGraphModel-class
. 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
. Jens Henrik Badsberg
dynamicGraphMain
,
DynamicGraphModel-class
, and
DynamicGraphView-class
.