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

Found 6699 packages in 0.04 seconds

geomtextpath — by Allan Cameron, 3 months ago

Curved Text in 'ggplot2'

A 'ggplot2' extension that allows text to follow curved paths. Curved text makes it easier to directly label paths or neatly annotate in polar co-ordinates.

directlabels — by Toby Dylan Hocking, 4 months 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.

colorspace — by Achim Zeileis, a month ago

A Toolbox for Manipulating and Assessing Colors and Palettes

Carries out mapping between assorted color spaces including RGB, HSV, HLS, CIEXYZ, CIELUV, HCL (polar CIELUV), CIELAB, and polar CIELAB. Qualitative, sequential, and diverging color palettes based on HCL colors are provided along with corresponding ggplot2 color scales. Color palette choice is aided by an interactive app (with either a Tcl/Tk or a shiny graphical user interface) and shiny apps with an HCL color picker and a color vision deficiency emulator. Plotting functions for displaying and assessing palettes include color swatches, visualizations of the HCL space, and trajectories in HCL and/or RGB spectrum. Color manipulation functions include: desaturation, lightening/darkening, mixing, and simulation of color vision deficiencies (deutanomaly, protanomaly, tritanomaly). Details can be found on the project web page at < https://colorspace.R-Forge.R-project.org/> and in the accompanying scientific paper: Zeileis et al. (2020, Journal of Statistical Software, ).

ggfittext — by David Wilkins, 2 years ago

Fit Text Inside a Box in 'ggplot2'

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

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

ggfun — by Guangchuang Yu, 3 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, 2 months ago

Quantile-Quantile Plot Extensions for 'ggplot2'

Extensions of 'ggplot2' Q-Q plot functionalities.

ggpp — by Pedro J. Aphalo, 4 months ago

Grammar Extensions to 'ggplot2'

Extensions to 'ggplot2' respecting the grammar of graphics paradigm. Geometries: geom_table(), geom_plot() and geom_grob() add insets to plots using native data coordinates, while geom_table_npc(), geom_plot_npc() and geom_grob_npc() do the same using "npc" coordinates through new aesthetics "npcx" and "npcy". Statistics: select observations based on 2D density. Positions: radial nudging away from a center point and nudging away from a line or curve; combined stacking and nudging; combined dodging and nudging.

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.