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

Found 6678 packages in 0.09 seconds

ggcorrplot — by Alboukadel Kassambara, 2 years ago

Visualization of a Correlation Matrix using 'ggplot2'

The 'ggcorrplot' package can be used to visualize easily a correlation matrix using 'ggplot2'. It provides a solution for reordering the correlation matrix and displays the significance level on the plot. It also includes a function for computing a matrix of correlation p-values.

wsjplot — by Stephen Lee, 5 years ago

Style Time Series Plots Like the Wall Street Journal

Easily override the default visual choices in 'ggplot2' to make your time series plots look more like the Wall Street Journal. Specific theme design choices include omitting x-axis grid lines and displaying sparse light grey y-axis grid lines. Additionally, this allows to label the y-axis scales with your units only displayed on the top-most number, while also removing the bottom most number (unless specifically overridden). The goal is visual simplicity, because who has time to waste looking at a cluttered graph?

ggh4x — by Teun van den Brand, 5 months ago

Hacks for 'ggplot2'

A 'ggplot2' extension that does a variety of little helpful things. The package extends 'ggplot2' facets through customisation, by setting individual scales per panel, resizing panels and providing nested facets. Also allows multiple colour and fill scales per plot. Also hosts a smaller collection of stats, geoms and axis guides.

ggdendro — by Andrie de Vries, 2 years ago

Create Dendrograms and Tree Diagrams Using 'ggplot2'

This is a set of tools for dendrograms and tree plots using 'ggplot2'. The 'ggplot2' philosophy is to clearly separate data from the presentation. Unfortunately the plot method for dendrograms plots directly to a plot device without exposing the data. The 'ggdendro' package resolves this by making available functions that extract the dendrogram plot data. The package provides implementations for 'tree', 'rpart', as well as diana and agnes (from 'cluster') diagrams.

ggExtra — by Dean Attali, 2 months ago

Add Marginal Histograms to 'ggplot2', and More 'ggplot2' Enhancements

Collection of functions and layers to enhance 'ggplot2'. The flagship function is 'ggMarginal()', which can be used to add marginal histograms/boxplots/density plots to 'ggplot2' scatterplots.

ggiraph — by David Gohel, 15 days ago

Make 'ggplot2' Graphics Interactive

Create interactive 'ggplot2' graphics using 'htmlwidgets'.

ggspatial — by Dewey Dunnington, 2 months ago

Spatial Data Framework for ggplot2

Spatial data plus the power of the ggplot2 framework means easier mapping when input data are already in the form of spatial objects.

gganimate — by Thomas Lin Pedersen, 2 months ago

A Grammar of Animated Graphics

The grammar of graphics as implemented in the 'ggplot2' package has been successful in providing a powerful API for creating static visualisation. In order to extend the API for animated graphics this package provides a completely new set of grammar, fully compatible with 'ggplot2' for specifying transitions and animations in a flexible and extensible way.

viridisLite — by Simon Garnier, 2 years ago

Colorblind-Friendly Color Maps (Lite Version)

Color maps designed to improve graph readability for readers with common forms of color blindness and/or color vision deficiency. The color maps are also perceptually-uniform, both in regular form and also when converted to black-and-white for printing. This is the 'lite' version of the 'viridis' package that also contains 'ggplot2' bindings for discrete and continuous color and fill scales and can be found at < https://cran.r-project.org/package=viridis>.

dplyr — by Hadley Wickham, 2 years ago

A Grammar of Data Manipulation

A fast, consistent tool for working with data frame like objects, both in memory and out of memory.