DevGraphLab: DevGraphLab

Description Usage Arguments Value Examples

Description

Plots graph of interaction for all functions in the package

Usage

1
DevGraphLab(path, filterOut = c("base", "utils"), ...)

Arguments

path

Path to the folder with all R scripts for the package

filterOut

character vector of the packages to ignore in the graph

...

parameters passed to PlotGraphLab, such as dictionnary or arrow_curv.

Value

DevGraphLab returns a ggplot2 graph if there is only one cluster of functions or a gridExtra object otherwise.

Examples

1
2
path<-system.file("extdata", package = "DevGRaph")
DevGraphLab(path)

DeveauP/RDevGraphlab documentation built on May 6, 2019, 2:12 p.m.