makeSummaryGraph: Make.summary graph of projects based on files in dependency...

Description Usage Arguments Details Examples

View source: R/make_summary_graph.R

Description

Make.summary graph of projects based on files in dependency directory

Usage

1
2
3
4
5
makeSummaryGraph(
  dependency.dir = NULL,
  dependency.object = NULL,
  plot.graph = FALSE
)

Arguments

dependency.dir

Dependency directory

dependency.object

Dependency.data

plot.graph

Logical to plot graph or not

Details

Only take dependency directory XOR dependency.data

Examples

1
2
3
4
5
6
## Not run: 
trees <- readDependency(pullSourceInfo("adaprHome")$dependency.dir)
dag<-makeSummaryGraph(dependency.obj=trees)
plot(dag)

## End(Not run) 

gelfondjal/adapr documentation built on Feb. 2, 2020, 1:32 a.m.