View source: R/dependence_tree.R
build_dependence_tree.cranly_network | R Documentation |
cranly_dependence_tree
objectConstruct a cranly_dependence_tree
object
## S3 method for class 'cranly_network' build_dependence_tree( x, package = Inf, base = FALSE, recommended = TRUE, global = TRUE, ... )
x |
a |
package |
a vector of character strings with the package names to be matched. Default is |
base |
logical. Should we include base packages in the subset? Default is |
recommended |
logical. Should we include recommended packages in the subset? Default is |
global |
logical. If |
... |
currently not used. |
compute_dependence_tree()
plot.cranly_dependence_tree()
summary.cranly_dependence_tree()
cran_db <- clean_CRAN_db() package_network <- build_network(cran_db) dep_tree <- build_dependence_tree(package_network, package = "PlackettLuce") plot(dep_tree)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.