pkggraph-package {pkggraph} | R Documentation |
pkggraph
Description
Interactively explore various dependencies of a package(s) (on the Comprehensive R Archive Network Like repositories) and perform analysis using tidy philosophy. Most of the functions return a 'tibble' object (enhancement of 'dataframe') which can be used for further analysis. The package offers functions to produce 'network' and 'igraph' dependency graphs. The 'plot' method produces a static plot based on 'ggnetwork' and 'plotd3' function produces an interactive D3 plot based on 'networkD3'.
Details
See the vignette for further details
Author(s)
Maintainer: KS Srikanth sri.teach@gmail.com
Authors:
Singh Nikhil nikhilsingh2009@gmail.com
See Also
Useful links:
[Package pkggraph version 0.2.3 Index]