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

Found 5754 packages in 0.01 seconds

ggh4x — by Teun van den Brand, 8 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.

gganimate — by Thomas Lin Pedersen, 7 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.

dplyr — by Hadley Wickham, 10 months ago

A Grammar of Data Manipulation

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

viridisLite — by Simon Garnier, a year 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>.

ggimage — by Guangchuang Yu, a year ago

Use Image in 'ggplot2'

Supports image files and graphic objects to be visualized in 'ggplot2' graphic system.

gridExtra — by Baptiste Auguie, 7 years ago

Miscellaneous Functions for "Grid" Graphics

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.

survminer — by Alboukadel Kassambara, 4 years ago

Drawing Survival Curves using 'ggplot2'

Contains the function 'ggsurvplot()' for drawing easily beautiful and 'ready-to-publish' survival curves with the 'number at risk' table and 'censoring count plot'. Other functions are also available to plot adjusted curves for `Cox` model and to visually examine 'Cox' model assumptions.

ggspatial — by Dewey Dunnington, a year 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.

scales — by Thomas Lin Pedersen, 10 months ago

Scale Functions for Visualization

Graphical scales map data to aesthetics, and provide methods for automatically determining breaks and labels for axes and legends.

glue — by Jennifer Bryan, 8 months ago

Interpreted String Literals

An implementation of interpreted string literals, inspired by Python's Literal String Interpolation < https://www.python.org/dev/peps/pep-0498/> and Docstrings < https://www.python.org/dev/peps/pep-0257/> and Julia's Triple-Quoted String Literals < https://docs.julialang.org/en/v1.3/manual/strings/#Triple-Quoted-String-Literals-1>.