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

Found 6236 packages in 0.02 seconds

R6 — by Winston Chang, 2 months ago

Encapsulated Classes with Reference Semantics

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. These classes allow public and private members, and they support inheritance, even when the classes are defined in different packages.

gridExtra — by Baptiste Auguie, 8 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, 6 months 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.

ggiraph — by David Gohel, 22 days ago

Make 'ggplot2' Graphics Interactive

Create interactive 'ggplot2' graphics using 'htmlwidgets'.

scales — by Thomas Lin Pedersen, a year ago

Scale Functions for Visualization

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

shinydashboardPlus — by David Granjon, 8 months ago

Add More 'AdminLTE2' Components to 'shinydashboard'

Extend 'shinydashboard' with 'AdminLTE2' components. 'AdminLTE2' is a free 'Bootstrap 3' dashboard template available at < https://adminlte.io>. Customize boxes, add timelines and a lot more.

directlabels — by Toby Dylan Hocking, a year ago

Direct Labels for Multicolor Plots

An extensible framework for automatically placing direct labels onto multicolor 'lattice' or 'ggplot2' plots. Label positions are described using Positioning Methods which can be re-used across several different plots. There are heuristics for examining "trellis" and "ggplot" objects and inferring an appropriate Positioning Method.

glue — by Jennifer Bryan, 7 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>.

ggmap — by David Kahle, 12 days 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.

ggfittext — by David Wilkins, a year ago

Fit Text Inside a Box in 'ggplot2'

A 'ggplot2' extension to fit text into a box by growing, shrinking or wrapping the text.