Examples: visualization, C++, networks, data cleaning, html widgets, ropensci.

Found 7464 packages in 0.09 seconds

ggrepel — by Kamil Slowikowski, 2 months ago

Automatically Position Non-Overlapping Text Labels with 'ggplot2'

Provides text and label geoms for 'ggplot2' that help to avoid overlapping text labels. Labels repel away from each other and away from the data points.

VARcheck — by Björn S. Siepe, 3 days ago

Visual Diagnostic Checks for Vector Autoregressive Models

Provides model-agnostic visual diagnostics for vector autoregressive (VAR) models. Given empirical data, model predictions, residuals, and optionally simulated data, the package assembles a multi-panel diagnostic grid: empirical vs. predicted time series, residual inspection, residuals vs. predictions scatter, and posterior predictive style checks via simulated trajectories. Output is a 'patchwork' object composed of 'ggplot2' plots, allowing further customisation via standard 'ggplot2' theme calls. Follows the approach described in Haslbeck et al. (2026) .

DSIR — by Shanlong Ding, 8 hours ago

Data Science Infrastructure for Global Health

Supports global health data analysis, including a publication-ready 'ggplot2' theme, a 'flextable' defaults helper, a thin pie chart wrapper, built-in regional country-code datasets with a WHO region lookup helper, a geometric mean function for indicator aggregation, and convenience clients for the World Health Organization Global Health Observatory (GHO) OData API < https://ghoapi.azureedge.net/api/> and the United Nations Sustainable Development Goals (SDG) API < https://unstats.un.org/SDGAPI/swagger/>.

shinydashboard — by Winston Chang, a year ago

Create Dashboards with 'Shiny'

Create dashboards with 'Shiny'. This package provides a theme on top of 'Shiny', making it easy to create attractive dashboards.

plotly — by Carson Sievert, 4 months ago

Create Interactive Web Graphics via 'plotly.js'

Create interactive web graphics from 'ggplot2' graphs and/or a custom interface to the (MIT-licensed) JavaScript library 'plotly.js' inspired by the grammar of graphics.

mlr3viz — by Marc Becker, 3 months ago

Visualizations for 'mlr3'

Visualization package of the 'mlr3' ecosystem. It features plots for mlr3 objects such as tasks, learners, predictions, benchmark results, tuning instances and filters via the 'autoplot()' generic of 'ggplot2'. The package draws plots with the 'viridis' color palette and applies the minimal theme. Visualizations include barplots, boxplots, histograms, ROC curves, and Precision-Recall curves.

ggpubr — by Alboukadel Kassambara, 3 months ago

'ggplot2' Based Publication Ready Plots

The 'ggplot2' package is excellent and flexible for elegant data visualization in R. However the default generated plots requires some formatting before we can send them for publication. Furthermore, to customize a 'ggplot', the syntax is opaque and this raises the level of difficulty for researchers with no advanced R programming skills. 'ggpubr' provides some easy-to-use functions for creating and customizing 'ggplot2'- based publication ready plots.

flexoki — by Christopher T. Kenny, 9 months ago

Inky Color Schemes

Provides color palettes designed to be reminiscent of text on paper. The color schemes were taken from < https://stephango.com/flexoki>. Includes discrete, continuous, and binned scales that are not necessarily color-blind friendly. Simple scale and theme functions are available for use with 'ggplot2'.

shinythemes — by Winston Chang, 5 years ago

Themes for Shiny

Themes for use with Shiny. Includes several Bootstrap themes from < https://bootswatch.com/>, which are packaged for use with Shiny applications.

GGally — by Barret Schloerke, 9 months ago

Extension to 'ggplot2'

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.