Hyperedge             package:hypergraph             R Documentation

_C_o_n_s_t_r_u_c_t_o_r _f_o_r _H_y_e_r_e_d_g_e _o_b_j_e_c_t_s

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

     A convenience constructor for 'Hyperedge-class' objects

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

     Hyperedge(nodes, label = "")

_A_r_g_u_m_e_n_t_s:

   nodes: Character vector of nodes that are part of the hyperedge

   label: A character string describing the hyperedge

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

     An object of class 'Hyperedge-class'

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

     Seth Falcon

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

     'Hyperedge-class' 'Hypergraph-class'

