CRAN
ggsubplot 0.3.2
Explore complex data by embedding subplots within plots.
Released Dec 14, 2013 by Garrett Grolemund
Dependencies
scales 0.2.3 proto 0.3-10 ggplot2 0.9.3.1 plyr 1.8 stringr 0.6.2
ggsubplot makes it easy to embed customized subplots within larger graphics. Subplots may be used as a geom to explore interaction effects, spatial data, and hierarchical data. Subplots can also be used to explore big data without overplotting.
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>ggsubplot</artifactId> <version>0.3.2-b31</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:ggsubplot')