CRAN

ggmosaic 0.1.2

Mosaic Plots in the 'ggplot2' Framework

Released Feb 9, 2017 by Haley Jeppson

This package can be loaded by Renjin but all tests failed.

Dependencies

plotly 4.7.1 gridExtra 2.3 ggplot2 2.2.1 productplots 0.1.1 tidyr 0.8.0 purrr 0.2.4 NHANES 2.1.0 dplyr 0.7.4

Mosaic plots in the 'ggplot2' framework. Mosaic plot functionality is provided in a single 'ggplot2' layer by calling the geom 'mosaic'.

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>ggmosaic</artifactId>
    <version>0.1.2-b17</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:ggmosaic')

Test Results

This package was last tested against Renjin 0.9.2625 on Apr 9, 2018.

Source

R

View GitHub Mirror

Release History