Package: ggdendro 0.2.0
ggdendro: Create Dendrograms and Tree Diagrams Using 'ggplot2'
This is a set of tools for dendrograms and tree plots using 'ggplot2'. The 'ggplot2' philosophy is to clearly separate data from the presentation. Unfortunately the plot method for dendrograms plots directly to a plot device without exposing the data. The 'ggdendro' package resolves this by making available functions that extract the dendrogram plot data. The package provides implementations for 'tree', 'rpart', as well as diana and agnes (from 'cluster') diagrams.
Authors:
ggdendro_0.2.0.tar.gz
ggdendro_0.2.0.zip(r-4.5)ggdendro_0.2.0.zip(r-4.4)ggdendro_0.2.0.zip(r-4.3)
ggdendro_0.2.0.tgz(r-4.4-any)ggdendro_0.2.0.tgz(r-4.3-any)
ggdendro_0.2.0.tar.gz(r-4.5-noble)ggdendro_0.2.0.tar.gz(r-4.4-noble)
ggdendro_0.2.0.tgz(r-4.4-emscripten)ggdendro_0.2.0.tgz(r-4.3-emscripten)
ggdendro.pdf |ggdendro.html✨
ggdendro/json (API)
NEWS
# Install 'ggdendro' in R: |
install.packages('ggdendro', repos = c('https://andrie.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/andrie/ggdendro/issues
Last updated 8 months agofrom:1898007117. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 27 2024 |
R-4.5-win | OK | Oct 27 2024 |
R-4.5-linux | OK | Oct 27 2024 |
R-4.4-win | OK | Oct 27 2024 |
R-4.4-mac | OK | Oct 27 2024 |
R-4.3-win | OK | Oct 27 2024 |
R-4.3-mac | OK | Oct 27 2024 |
Exports:as.dendrodendro_datadendro_data.defaultggdendrogramis.dendrolabelleaf_labelsegmenttheme_dendro
Dependencies:clicolorspacefansifarverggplot2gluegtableisobandlabelinglatticelifecyclemagrittrMASSMatrixmgcvmunsellnlmepillarpkgconfigR6RColorBrewerrlangscalestibbleutf8vctrsviridisLitewithr
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Create Dendrograms and Tree Diagrams using 'ggplot2' | ggdendro-package ggdendro |
Coerces object to class dendro. | as.dendro |
Extract cluster data from a model into a list of data frames. | dendro_data dendro_data.default dendro_data.dendrogram dendro_data.hclust dendro_data.twins |
Extract data from classification tree object for plotting using ggplot. | dendro_data.rpart |
Extract data from regression tree object for plotting using ggplot. | dendro_data.tree |
Creates dendrogram plot using ggplot. | ggdendrogram |
Tests whether an object is of class dendro. | is.dendro |
Returns segment, label or leaf-label data from dendro object. | label leaf_label segment |
Creates completely blank theme in ggplot. | theme_dendro |