Learn R Programming

dynamicGraph (version 0.2.2.6)

dg.list-class: Classes dg.list, dg.NodeList, and dg.EdgeList

Description

A class for lists of vertices, factors, blocks, and edges.

Arguments

Objects from the Class

Appropriate slots of DynamicGraph-class and DynamicGraphView-class should be of this class.

The lists returned from returnVertexList, returnEdgeList, returnFactorEdgeList, and returnBlockEdgeList, and appropriate components of the returned values from setBlocks and returnFactorVerticesAndEdges are of this class.

Objects can be created by calls of the form new("dg.list", ...).

Extends

Class "dg.EdgeList":

Class "dg.NodeList", directly. Class "dg.list", by class "dg.NodeList". Class "list", by class "dg.NodeList".

See Also

dynamicGraphMain, and DynamicGraphModel-class.