DynamicGraph-class       package:dynamicGraph       R Documentation

_C_l_a_s_s "_D_y_n_a_m_i_c_G_r_a_p_h"

_D_e_s_c_r_i_p_t_i_o_n:

     The class of the object of dynamicGraph.

_O_b_j_e_c_t_s _f_r_o_m _t_h_e _C_l_a_s_s:

     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'.

_S_l_o_t_s:

     '_i_d._e_n_v': Object of class '"character"':  Internal identification
          of the object. 

     '_l_a_b_e_l': Object of class '"character"': The value of the argument
          'label' of  'dynamicGraphMain', the header label,  'tktitle',
          of the window, also printed by 'Str'. 

     '_v_e_r_t_i_c_e_s': Object of class '"dg.VertexList"': The 'vertexList' of
          the graph window. 

     '_b_l_o_c_k_s': Object of class '"dg.BlockList"': The 'blockList' of the
          graph window. 

     '_c_o_n_t_r_o_l': Object of class '"list"' with the options of the
          functions  'dynamicGraphMain' and 'simpleGraphToGraph'. 

     '_m_o_d_e_l_s': Object of class '"list"': A list of objects,  each of
          class 'DynamicGraphModel-class'. 

_M_e_t_h_o_d_s:

     _l_a_b_e_l<- 'signature(x = "DynamicGraph")': ... 

     _l_a_b_e_l 'signature(object = "DynamicGraph")': ... 

     _v_e_r_t_i_c_e_s<- 'signature(x = "DynamicGraph")': ... 

     _v_e_r_t_i_c_e_s 'signature(object = "DynamicGraph")': ... 

     _b_l_o_c_k_s<- 'signature(x = "DynamicGraph")': ... 

     _b_l_o_c_k_s 'signature(object = "DynamicGraph")': ... 

     _c_o_n_t_r_o_l<- 'signature(x = "DynamicGraph")': ... 

     _c_o_n_t_r_o_l 'signature(object = "DynamicGraph")': ... 

     _m_o_d_e_l_s<- 'signature(x = "DynamicGraph")': ... 

     _m_o_d_e_l_s 'signature(object = "DynamicGraph")': ... 

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

     _s_h_o_w 'signature(object = "DynamicGraph")': calls the method 'Str'. 

     _d_g 'signature(object = "DynamicGraph")': Redraw the object. 

_A_u_t_h_o_r(_s):

     Jens Henrik Badsberg

_S_e_e _A_l_s_o:

     'dynamicGraphMain', 'DynamicGraphModel-class', and
     'DynamicGraphView-class'.

