This is a set of tools for dendrograms and tree plots using ggplot. The ggplot 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.
| Version: | 0.1-12 |
| Imports: | MASS, tree, ggplot2 (≥ 0.9.2) |
| Published: | 2013-01-28 |
| Author: | Andrie de Vries, Brian Ripley |
| Maintainer: | Andrie de Vries <apdevries at gmail.com> |
| License: | GPL-2 | GPL-3 |
| URL: | https://github.com/andrie/ggdendro |
| NeedsCompilation: | no |
| CRAN checks: | ggdendro results |
| Package source: | ggdendro_0.1-12.tar.gz |
| MacOS X binary: | ggdendro_0.1-12.tgz |
| Windows binary: | ggdendro_0.1-12.zip |
| Reference manual: | ggdendro.pdf |
| Vignettes: |
Plotting dendrograms and tree diagrams with ggplot |
| News/ChangeLog: | NEWS |
| Reverse suggests: | rattle |