CRAN
GGally 1.4.0
Extension to 'ggplot2'
Released May 17, 2018 by Barret Schloerke
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>
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.
- add_and_overwrite_aes-examples
- broomify-examples
- eval_data_col-examples
- fn_switch-examples
- getPlot-examples
- gg-add-examples
- ggally_barDiag-examples
- ggally_box-examples
- ggally_cor-examples
- ggally_density-examples
- ggally_densityDiag-examples
- ggally_denstrip-examples
- ggally_diagAxis-examples
- ggally_dot-examples
- ggally_dot_and_box-examples
- ggally_facetbar-examples
- ggally_facetdensity-examples
- ggally_facetdensitystrip-examples
- ggally_facethist-examples
- ggally_nostic_cooksd-examples
- ggally_nostic_hat-examples
- ggally_nostic_resid-examples
- ggally_nostic_se_fit-examples
- ggally_nostic_sigma-examples
- ggally_nostic_std_resid-examples
- ggally_points-examples
- ggally_ratio-examples
- ggally_smooth-examples
- ggally_text-examples
- ggcoef-examples
- ggcorr-examples
- ggduo-examples
- ggfacet-examples
- gglegend-examples
- ggmatrix-examples
- ggmatrix_gtable-examples
- ggmatrix_progress-examples
- ggnet-examples
- ggnet2-examples
- ggnetworkmap-examples
- ggnostic-examples
- ggpairs-examples
- ggparcoord-examples
- ggscatmat-examples
- ggsurv-examples
- ggts-examples
- glyphs-examples
- grab_legend-examples
- is_blank_plot-examples
- is_horizontal-examples
- lowertriangle-examples
- mapping_string-examples
- mapping_swap_x_y-examples
- print.ggmatrix-examples
- putPlot-examples
- scatmat-examples
- testthat
- uppertriangle-examples
- v1_ggmatrix_theme-examples
- wrap-examples