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.
Artifacts using Ggplot2 (1,391)
1.Dplyr704 usages
org.renjin.cran » dplyr MIT
A fast, consistent tool for working with data frame like objects, both in memory and out of memory.
Last Release on Oct 5, 2024
Fast aggregation of large data (e.g. 100GB in RAM), fast ordered joins, fast add/modify/delete of columns by group using no copies at all, list columns, a fast friendly file reader and parallel file writer.
Last Release on Feb 16, 2021
3.Shiny254 usages
org.renjin.cran » shiny GPL
Makes it incredibly easy to build interactive web applications with R. Automatic "reactive" binding between inputs and outputs and extensive prebuilt widgets make it possible to build beautiful, responsive, and powerful applications with minimal ...
Last Release on Apr 30, 2022
4.Zoo250 usages
org.renjin.cran » zoo GPL
An S3 class with methods for totally ordered indexed observations. It is particularly aimed at irregular time series of numeric vectors/matrices and factors.
Last Release on Nov 4, 2024
5.Lme4203 usages
org.renjin.cran » lme4 GPL
Fit linear and generalized linear mixed-effects models. The models and their components are represented using S4 classes and methods.
Last Release on May 1, 2022
Provides a number of user-level functions to work with "grid" graphics, notably to arrange multiple grid-based plots on a page, and draw tables.
Last Release on May 30, 2024
7.Hmisc172 usages
org.renjin.cran » Hmisc GPL
Contains many functions useful for data analysis, high-level graphics, utility operations, functions for computing sample size and power, importing and annotating datasets, imputing missing values, advanced table making, variable clustering, ...
Last Release on Feb 13, 2021
8.R6157 usages
org.renjin.cran » R6 MIT
Creates classes with reference semantics, similar to R's built-in reference classes. Compared to reference classes, R6 classes are simpler and lighter-weight, and they are not built on S4 classes so they do not require the methods package.
Last Release on Nov 4, 2024
9.MatrixStats91 usages
org.renjin.cran » matrixStats Artistic
High-performing functions operating on rows and columns of matrices, e.g. col / rowMedians(), col / rowRanks(), and col / rowSds().
Last Release on Feb 14, 2021
