CRAN
treemap 2.4-2
Treemap Visualization
Released Jan 4, 2017 by Martijn Tennekes
Dependencies
shiny 1.0.5 data.table 1.10.4-3 gridBase 0.4-7 ggplot2 2.2.1 igraph 1.2.1 colorspace 1.3-2 RColorBrewer 1.1-2
A treemap is a space-filling visualization of hierarchical structures. This package offers great flexibility to draw treemaps.
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>treemap</artifactId> <version>2.4-2-b18</version> </dependency> </dependencies> <repositories> <repository> <id>bedatadriven</id> <name>bedatadriven public repo</name> <url>https://nexus.bedatadriven.com/content/groups/public/</url> </repository> </repositories>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.cran:treemap')
Test Results
This package was last tested against Renjin 0.9.2625 on Apr 9, 2018.