FileDep                 package:RBGL                 R Documentation

_F_i_l_e_D_e_p: _a _g_r_a_p_h_N_E_L _o_b_j_e_c_t _r_e_p_r_e_s_e_n_t_i_n_g _a _f_i_l_e _d_e_p_e_n_d_e_n_c_y _d_a_t_a_s_e_t
_e_x_a_m_p_l_e _i_n _b_o_o_s_t _g_r_a_p_h _l_i_b_r_a_r_y

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

     FileDep: a graphNEL object representing a file dependency dataset
     example in boost graph library

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

     #data(FileDep)

_S_o_u_r_c_e:

     Boost Graph Library

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

_E_x_a_m_p_l_e_s:

     # this is how the graph of data(FileDep) was obtained
     library(graph)
     fd <- file(system.file("XML/FileDep.gxl",package="RBGL"), open="r")
     show(fromGXL(fd))
     if (require(Rgraphviz))
      {
      data(FileDep)
      plot(FileDep)
      }

