validViewClasses        package:dynamicGraph        R Documentation

_V_a_l_i_d _v_i_e_w _c_l_a_s_s_e_s

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

     Return matrix with labels of valid view classes and the valid view
     classes

_U_s_a_g_e:

     validViewClasses()

_D_e_t_a_i_l_s:

     The argument 'viewClasses' to 'dynamicGraphMain' and
     'DynamicGraph' is by default the returned value of this function.
     If new view classes are created then 'viewClasses' should be set
     to a value with this returned value extended appropriate.

_V_a_l_u_e:

     Matrix of text strings with labels (used in dialog windows) of
     valid view classes and the valid view classes (used to create the
     views).

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

     Jens Henrik Badsberg

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

     'DynamicGraphView-class'.

_E_x_a_m_p_l_e_s:

     validViewClasses()

