Description Usage Arguments Details Examples
Make.summary graph of projects based on files in dependency directory
1 2 | makeSummaryGraph(dependency.dir = NULL, dependency.object = NULL,
plot.graph = FALSE)
|
dependency.dir |
Dependency directory |
dependency.object |
Dependency.data |
plot.graph |
Logical to plot graph or not |
Only take dependency directory XOR dependency.data
1 2 3 4 5 6 | ## Not run:
trees <- readDependency(pullSourceInfo("adaprHome")$dependency.dir)
dag<-makeSummaryGraph(dependency.obj=trees)
plot(dag)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.