parseGraphics           package:KEGGgraph           R Documentation

_P_a_r_s_e '_g_r_a_p_h_i_c_s' _e_l_e_m_e_n_t_s _i_n _K_G_M_L _f_i_l_e_s

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

     The function parses 'graphics' elements in KGML files, and it is
     mainly used internally.

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

     parseGraphics(graphics)

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

graphics: XML node

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

     The function is called by other parsing functions and not intended
     to be called directly by user.

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

     An object of 'KEGGGraphics-class'.

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

     Jitao David Zhang <URL: mailto:j.zhang@dkfz.de>

_R_e_f_e_r_e_n_c_e_s:

     KGML Document manual <URL: http://www.genome.jp/kegg/docs/xml/>

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

     'KEGGGraphics-class'

