| FileDep {RBGL} | R Documentation |
FileDep: a graphNEL object representing a file dependency dataset example in boost graph library
#data(FileDep)
Boost Graph Library
# this is how the graph of data(FileDep) was obtained
library(graph)
fd <- file(system.file("XML/FileDep.gxl",package="RBGL"))
show(fromGXL(fd))
if (require(Rgraphviz))
{
data(FileDep)
plot(FileDep)
}