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

Found 7005 packages in 0.14 seconds

ggfun — by Guangchuang Yu, 7 months ago

Miscellaneous Functions for 'ggplot2'

Useful functions and utilities for 'ggplot' object (e.g., geometric layers, themes, and utilities to edit the object).

qqplotr — by Adam Loy, 5 months ago

Quantile-Quantile Plot Extensions for 'ggplot2'

Extensions of 'ggplot2' Q-Q plot functionalities.

ggmap — by David Kahle, 5 months ago

Spatial Visualization with ggplot2

A collection of functions to visualize spatial data and models on top of static maps from various online sources (e.g Google Maps and Stamen Maps). It includes tools common to those tasks, including functions for geolocation and routing.

caret — by Max Kuhn, a year ago

Classification and Regression Training

Misc functions for training and plotting classification and regression models.

ggrastr — by Evan Biederstedt, 3 years ago

Rasterize Layers for 'ggplot2'

Rasterize only specific layers of a 'ggplot2' plot while simultaneously keeping all labels and text in vector format. This allows users to keep plots within the reasonable size limit without loosing vector properties of the scale-sensitive information.

factoextra — by Alboukadel Kassambara, 6 years ago

Extract and Visualize the Results of Multivariate Data Analyses

Provides some easy-to-use functions to extract and visualize the output of multivariate data analyses, including 'PCA' (Principal Component Analysis), 'CA' (Correspondence Analysis), 'MCA' (Multiple Correspondence Analysis), 'FAMD' (Factor Analysis of Mixed Data), 'MFA' (Multiple Factor Analysis) and 'HMFA' (Hierarchical Multiple Factor Analysis) functions from different R packages. It contains also functions for simplifying some clustering analysis steps and provides 'ggplot2' - based elegant data visualization.

ggfortify — by Yuan Tang, 6 months ago

Data Visualization Tools for Statistical Analysis Results

Unified plotting tools for statistics commonly used, such as GLM, time series, PCA families, clustering and survival analysis. The package offers a single plotting interface for these analysis results and plots in a unified style using 'ggplot2'.

ggplot2.utils — by Daniel Sabanés Bové, 7 months ago

Selected Utilities Extending 'ggplot2'

Selected utilities, in particular 'geoms' and 'stats' functions, extending the 'ggplot2' package. This package imports functions from 'EnvStats' by Millard (2013), 'ggpp' < https://CRAN.R-project.org/package=ggpp> by Aphalo et al. (2023) and 'ggstats' by Larmarange (2023), and then exports them. This package also contains modified code from 'ggquickeda' < https://CRAN.R-project.org/package=ggquickeda> by Mouksassi et al. (2023) for Kaplan-Meier lines and ticks additions to plots. All functions are tested to make sure that they work reliably.

ggalluvial — by Jason Cory Brunson, 3 years ago

Alluvial Plots in 'ggplot2'

Alluvial plots use variable-width ribbons and stacked bar plots to represent multi-dimensional or repeated-measures data with categorical or ordinal variables; see Riehmann, Hanfler, and Froehlich (2005) and Rosvall and Bergstrom (2010) . Alluvial plots are statistical graphics in the sense of Wilkinson (2006) ; they share elements with Sankey diagrams and parallel sets plots but are uniquely determined from the data and a small set of parameters. This package extends Wickham's (2010) layered grammar of graphics to generate alluvial plots from tidy data.

vdiffr — by Lionel Henry, a year ago

Visual Regression Testing and Graphical Diffing

An extension to the 'testthat' package that makes it easy to add graphical unit tests. It provides a Shiny application to manage the test cases.