CRAN

GGally 1.4.0

Extension to 'ggplot2'

Released May 17, 2018 by Barret Schloerke

This package can be loaded by Renjin but 28 out 60 tests failed.

Dependencies

RColorBrewer 1.1-2 plyr 1.8.4 rlang 0.2.2 gtable 0.2.0 reshape 0.8.7 ggplot2 3.0.0 progress 1.2.0

The R package 'ggplot2' is a plotting system based on the grammar of graphics. 'GGally' extends 'ggplot2' by adding several functions to reduce the complexity of combining geometric objects with transformed data. Some of these functions include a pairwise plot matrix, a two group pairwise plot matrix, a parallel coordinates plot, a survival plot, and several functions to plot networks.

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>GGally</artifactId>
    <version>1.4.0-b3</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:GGally')

Test Results

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