CRAN

ggExtra 0.8

Add Marginal Histograms to 'ggplot2', and More 'ggplot2' Enhancements

Released Apr 4, 2018 by Dean Attali

This package can be loaded by Renjin but 3 out 4 tests failed.

Dependencies

colourpicker 1.0 miniUI 0.1.1 ggplot2 2.2.1 scales 0.5.0 shiny 1.0.5 shinyjs 1.0 gtable 0.2.0

Collection of functions and layers to enhance 'ggplot2'. The flagship function is 'ggMarginal()', which can be used to add marginal histograms/boxplots/density plots to 'ggplot2' scatterplots.

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>ggExtra</artifactId>
    <version>0.8-b1</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:ggExtra')

Test Results

This package was last tested against Renjin 0.9.2620 on Apr 6, 2018.