DirectedHyperedge         package:hypergraph         R Documentation

_C_o_n_s_t_r_u_c_t_o_r _f_o_r _D_i_r_e_c_t_e_d_H_y_p_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 'DirectedHyperedge-class' objects

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

     DirectedHyperedge(head, tail, label = "")

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

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

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

   label: A character string describing the directed hyperedge

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

     An object of class 'DirectedHyperedge-class'

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

     Seth Falcon

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

     'DirectedHyperedge-class' 'Hyperedge-class' 'Hypergraph-class'

