class-dependencies | R Documentation |
As the title says it should do something with class relationships
buildClassDepGraph(class, includeUnions = FALSE)
buildClassDepData(class, includeUnions = FALSE)
buildClassDepFromPackage(pkg, includeUnions = FALSE)
plotClassDep(class, includeUnions = FALSE)
plotClassDepData(data)
plotClassDepGraph(g)
class |
a single |
includeUnions |
|
pkg |
a single |
data |
a |
g |
an |
library("SummarizedExperiment")
depData <- buildClassDepData("RangedSummarizedExperiment")
depData
g <- buildClassDepGraph("RangedSummarizedExperiment")
plotClassDepGraph(g)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.