validFactorClasses       package:dynamicGraph       R Documentation

_V_a_l_i_d _f_a_c_t_o_r _v_e_r_t_e_x _c_l_a_s_s_e_s

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

     Return matrix with labels of valid factor vertex classes and the
     valid factor vertex classes.

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

     validFactorClasses()

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

     The argument 'factorClasses' to 'DynamicGraph', and to
     'returnFactorVerticesAndEdges' and 'newFactor' is by default the
     returned value of this function. If new factor vertex classes are
     created then 'factorClasses' 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 factor vertex classes and the valid factor  vertex classes
     (used to create the factor vertices).

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

     Jens Henrik Badsberg

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

     'validVertexClasses'

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

     validFactorClasses()

