biocRepos {graph} | R Documentation |
This graph is a rendition of the Bioconductor package repository and represents the dependency graph of that repository. An edge between two package denotes a dependency on the 'to' package by the 'from' package.
data(biocRepos)
This graph was generated by the function
buildRepDepGraph
.
data(biocRepos) ## An example of usage will be here soon