graphDataDefaults-methods     package:Rgraphviz     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 _a_n _R_a_g_r_a_p_h

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

     Get/Set default values for attributes associated with a graph.

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

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

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

    self: A 'Ragraph-class' instance

    attr: A 'character' value giving the name of the attribute

   value: A 'character' value as the default value for the specified
          attribute

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

     Li Long <li.long@isb-sib.ch>

