powered by
Make.summary graph of projects based on files in dependency directory
makeSummaryGraph(dependency.dir = NULL, dependency.object = NULL, plot.graph = FALSE)
Dependency directory
Dependency.data
Logical to plot graph or not
Only take dependency directory XOR dependency.data
# NOT RUN { trees <- readDependency(pullSourceInfo("adaprHome")$dependency.dir) dag<-makeSummaryGraph(dependency.obj=trees) plot(dag) # }
Run the code above in your browser using DataLab