Skip to content

datastorm-open/DependenciesGraphs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DependenciesGraphs : an R package for dependencies visualization between packages and functions

Installation

Package is actually only available on github :

devtools::install_github("datastorm-open/DependenciesGraphs")

Usage

For use directly in R, you must first load package(s) using library function :

library("ibr")

All dependencies between functions in an environment

# Prepare data
dep <- envirDependencies("package:ibr")

# visualization
plot(dep)

All dependencies from a function in an environment

# Prepare data
dep <- funDependencies("package:ibr","iterchoiceS1")

# visualization
plot(dep)

Explore your R with the shiny app

launch.app()

More example

http://datastorm-open.github.io/DependenciesGraphs/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published