CRAN
ggplot2 3.2.0
Create Elegant Data Visualisations Using the Grammar of Graphics
Released Jun 16, 2019 by Hadley Wickham
Dependencies
withr 2.1.2 lazyeval 0.2.2 reshape2 1.4.3 MASS 7.3-51.4 rlang 0.4.0 viridisLite 0.3.0 mgcv 1.8-28 tibble 2.1.3 scales 1.0.0 digest 0.6.19 gtable 0.3.0
A system for 'declaratively' creating graphics, based on "The Grammar of Graphics". You provide the data, tell 'ggplot2' how to map variables to aesthetics, what graphical primitives to use, and it takes care of the details.
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>ggplot2</artifactId> <version>3.2.0-b8</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:ggplot2')
Test Results
This package was last tested against Renjin 3.5-beta43 on Jul 11, 2019.
- aes_-examples
- aes_all-examples
- aes_linetype_size_shape-examples
- aes_position-examples
- annotate-examples
- annotation_custom-examples
- annotation_logticks-examples
- annotation_map-examples
- annotation_raster-examples
- as_labeller-examples
- benchplot-examples
- borders-examples
- calc_element-examples
- coord_cartesian-examples
- coord_fixed-examples
- coord_flip-examples
- coord_map-examples
- coord_polar-examples
- cut_interval-examples
- draw_key-examples
- element-examples
- expand_limits-examples
- expand_scale-examples
- facet_grid-examples
- facet_null-examples
- facet_wrap-examples
- fortify-multcomp-examples
- fortify.lm-examples
- fortify.map-examples
- fortify.sp-examples
- geom_abline-examples
- geom_bar-examples
- geom_bin2d-examples
- geom_blank-examples
- geom_boxplot-examples
- geom_contour-examples
- geom_count-examples
- geom_density-examples
- geom_density_2d-examples
- geom_dotplot-examples
- geom_errorbarh-examples
- geom_hex-examples
- geom_histogram-examples
- geom_jitter-examples
- geom_linerange-examples
- geom_map-examples
- geom_path-examples
- geom_point-examples
- geom_polygon-examples
- geom_quantile-examples
- geom_ribbon-examples
- geom_rug-examples
- geom_segment-examples
- geom_smooth-examples
- geom_spoke-examples
- geom_text-examples
- geom_tile-examples
- geom_violin-examples
- gg-add-examples
- ggplot-examples
- ggproto-examples
- ggsf-examples
- ggtheme-examples
- hmisc-examples
- label_bquote-examples
- labellers-examples
- labs-examples
- layer-examples
- limits-examples
- lims-examples
- map_data-examples
- mean_se-examples
- merge_element-examples
- position_dodge-examples
- position_jitter-examples
- position_jitterdodge-examples
- position_nudge-examples
- position_stack-examples
- print.ggplot-examples
- print.ggproto-examples
- qplot-examples
- reexports-examples
- resolution-examples
- scale_alpha-examples
- scale_brewer-examples
- scale_colour_continuous-examples
- scale_continuous-examples
- scale_date-examples
- scale_discrete-examples
- scale_gradient-examples
- scale_grey-examples
- scale_identity-examples
- scale_linetype-examples
- scale_manual-examples
- scale_shape-examples
- scale_size-examples
- scale_type-examples
- scale_viridis-examples
- sec_axis-examples
- should_stop-examples
- stat-examples
- stat_ecdf-examples
- stat_ellipse-examples
- stat_function-examples
- stat_identity-examples
- stat_sf_coordinates-examples
- stat_summary-examples
- stat_summary_2d-examples
- stat_unique-examples
- summarise_plot-examples
- summary.ggplot-examples
- testthat
- theme-examples
- theme_get-examples
- translate_qplot_ggplot-examples
- update_defaults-examples
- update_labels-examples
- vars-examples