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.
Version: | 0.1-15 |
Imports: | MASS, ggplot2 (≥ 0.9.2) |
Suggests: | rpart (≥ 4.0-0), tree, testthat, knitr |
Published: | 2014-09-29 |
Author: | Andrie de Vries [aut, cre], Brian D. Ripley [aut] (author of package tree) |
Maintainer: | Andrie de Vries <apdevries at gmail.com> |
BugReports: | https://github.com/andrie/ggdendro/issues |
License: | GPL-2 | GPL-3 |
URL: | https://github.com/andrie/ggdendro |
NeedsCompilation: | no |
Materials: | NEWS |
CRAN checks: | ggdendro results |
Reference manual: | ggdendro.pdf |
Vignettes: |
Plotting dendrograms and tree diagrams with ggplot |
Package source: | ggdendro_0.1-15.tar.gz |
Windows binaries: | r-devel: ggdendro_0.1-15.zip, r-release: ggdendro_0.1-15.zip, r-oldrel: ggdendro_0.1-15.zip |
OS X Snow Leopard binaries: | r-release: ggdendro_0.1-15.tgz, r-oldrel: ggdendro_0.1-15.tgz |
OS X Mavericks binaries: | r-release: ggdendro_0.1-15.tgz |
Old sources: | ggdendro archive |
Reverse depends: | GOplot |
Reverse imports: | mosaic, radiant |
Reverse suggests: | disclapmix, rattle |
Reverse enhances: | dendextend |