
CRAN: Package ggplot2
A system for 'declaratively' creating graphics, based on "The Grammar of Graphics". You provide the data, tell 'ggplot2' how to map variables to aesthetics, what graphical primitives to use, and it takes …
Description uses ggplot2 to draw a particular plot for an object of a particular class in a single autoplot() command. This defines the S3 generic that other classes and packages can extend.
ggplot2 - The Comprehensive R Archive Network
ggplot2 is a system for declaratively creating graphics, based on The Grammar of Graphics. You provide the data, tell ggplot2 how to map variables to aesthetics, what graphical primitives to use, and it …
Help for package ggplot2
Description A system for 'declaratively' creating graphics, based on "The Grammar of Graphics". You provide the data, tell 'ggplot2' how to map variables to aesthetics, what graphical primitives to use, …
Laying out multiple plots on a page
Jul 13, 2019 · An individual ggplot object contains multiple pieces – axes, plot panel (s), titles, legends –, and their layout is defined and enforced via the gtable package, itself built around the lower-level grid …
CRAN: ggplot2 citation info
Wickham H (2016). ggplot2: Elegant Graphics for Data Analysis. Springer-Verlag New York. ISBN 978-3-319-24277-4, https://ggplot2.tidyverse.org. Corresponding BibTeX entry:
CRAN: Package ggplot2.utils
Selected utilities, in particular 'geoms' and 'stats' functions, extending the 'ggplot2' package.
CRAN: Package ggVennDiagram
Easy-to-use functions to generate 2-7 sets Venn or upset plot in publication quality. 'ggVennDiagram' plot Venn or upset using well-defined geometry dataset and 'ggplot2'.
CRAN: Package ggthemes
Provides 'ggplot2' themes and scales that replicate the look of plots by Edward Tufte, Stephen Few, 'Fivethirtyeight', 'The Economist', 'Stata', 'Excel', and 'The Wall Street Journal', among others.
1.2.0 Provides various features that help with creating publication-quality figures with 'ggplot2', such as a set of themes, functions to align plots and arrange them into complex compound figures, and …