CRAN

dendroextras 0.2.3

Extra Functions to Cut, Label and Colour Dendrogram Clusters

Released Jan 25, 2018 by Gregory Jefferis

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

Provides extra functions to manipulate dendrograms that build on the base functions provided by the 'stats' package. The main functionality it is designed to add is the ability to colour all the edges in an object of class 'dendrogram' according to cluster membership i.e. each subtree is coloured, not just the terminal leaves. In addition it provides some utility functions to cut 'dendrogram' and 'hclust' objects and to set/get labels.

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>dendroextras</artifactId>
    <version>0.2.3-b6</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:dendroextras')

Test Results

This package was last tested against Renjin 0.9.2644 on Jun 1, 2018.

Source

R

View GitHub Mirror

Release History