CRAN

ggdendro 0.1-20

Create Dendrograms and Tree Diagrams Using 'ggplot2'

Released Apr 27, 2016 by Andrie de Vries

This package can be loaded by Renjin but 1 out 24 tests failed.

Dependencies

MASS 7.3-50 ggplot2 3.0.0

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 cluster diagrams.

Installation

Maven

This package can be included as a dependency from a Java or Scala project by including the following your project's pom.xml file. Read more about embedding Renjin in JVM-based projects.

<dependencies>
  <dependency>
    <groupId>org.renjin.cran</groupId>
    <artifactId>ggdendro</artifactId>
    <version>0.1-20-b35</version>
  </dependency>
</dependencies>
<repositories>
  <repository>
    <id>bedatadriven</id>
    <name>bedatadriven public repo</name>
    <url>https://nexus.bedatadriven.com/content/groups/public/</url>
  </repository>
</repositories>

View build log

Renjin CLI

If you're using Renjin from the command line, you load this library by invoking:

library('org.renjin.cran:ggdendro')

Test Results

This package was last tested against Renjin 0.9.2687 on Aug 25, 2018.