edgeDataDefaults-methods        package:graph        R Documentation

_G_e_t _a_n_d _s_e_t _d_e_f_a_u_l_t _a_t_t_r_i_b_u_t_e_s _f_o_r _t_h_e _e_d_g_e_s _o_f _a _g_r_a_p_h

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

     Set default values for attributes associated with the edges of a
     graph.

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

     edgeDataDefaults(self, attr)
     edgeDataDefaults(self, attr) <- value

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

    self: A 'graph-class' instance

    attr: A 'character' vector of length one giving the name of the
          attribute

   value: An R class to use as the default value for the specified
          attribute

