DynamicGraphModel-class     package:dynamicGraph     R Documentation

_C_l_a_s_s "_D_y_n_a_m_i_c_G_r_a_p_h_M_o_d_e_l"

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

     The class for the models of the dynamicGraph.

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

     AnObject of this class is created for each model in
     'dynamicGraphMain'.

     Objects of class 'DynamicGraphModel-class' will be a part of the
     returned value of the function 'dynamicGraphMain', and will store
     the model, with the views of the model, each of class
     'DynamicGraphView-class'.

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

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

     '_t_i_t_l_e': Object of class '"character"': The value of the argument
          'title' of  'dynamicGraphMain', combined with the slot 'name'
          of the model object, printed by 'Str'. 

     '_i_n_d_e_x': Object of class '"numeric"': The 'index' of the model. 

     '_m_o_d_e_l': Object of class '"list"': The 'model' of the graph
          windows. 

     '_g_r_a_p_h_s': Object of class '"list"': A list of view objects, each
          of class 'DynamicGraphView-class'. 

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


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

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

     _i_n_d_e_x 'signature(object = "DynamicGraphModel")': ... 

     _m_o_d_e_l<- 'signature(x = "DynamicGraphModel")': ... 

     _m_o_d_e_l 'signature(object = "DynamicGraphModel")': ... 

     _g_r_a_p_h_s<- 'signature(x = "DynamicGraphModel")': ... 

     _g_r_a_p_h_s 'signature(object = "DynamicGraphModel")': ... 

     _S_t_r 'signature(object = "DynamicGraphModel")': Compactly display
          the internal *str*ucture of a dynamicGraph model object. 

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

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

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

     Jens Henrik Badsberg

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

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

