Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
R
 
 
 
 
man
 
 
 
 
 
 
 
 
 
 

README.md

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

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.