
ggplot2 - Create Elegant Data Visualisations Using the Grammar …
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 …
Introduction to ggplot2
ggplot2 is an R package for producing visualizations of data. Unlike many graphics packages, ggplot2 uses a conceptual framework based on the grammar of graphics. This allows you to …
Package index • ggplot2
All ggplot2 plots begin with a call to ggplot(), supplying default data and aesthetic mappings, specified by aes(). You then add layers, scales, coords and facets with +.
Create your own discrete scale — scale_manual • ggplot2
The manual scales and manual colour scales sections of the online ggplot2 book. Other size scales: scale_size(), scale_size_identity(). Other shape scales: scale_shape(), …
Create a new ggplot — ggplot • ggplot2
ggplot() initializes a ggplot object. It can be used to declare the input data frame for a graphic and to specify the set of plot aesthetics intended to be common throughout all subsequent layers …
Changelog • ggplot2
The guide system encompassing axes and legends, as the last remaining chunk of ggplot2, has been rewritten to use the <ggproto> system instead of the S3 system.
Articles - ggplot2
Developer Extending ggplot2 Official extension mechanism provided in ggplot2. Using ggplot2 in packages Customising how aesthetic specifications are represented on your plot. Profiling …
Prices of over 50,000 round cut diamonds — diamonds • ggplot2
A dataset containing the prices and other attributes of almost 54,000 diamonds. The variables are as follows:
ggplot2 extensions: ggtech - tidyverse
ggplot2 now has an official extension mechanism. This means that others can now easily create their own stats, geoms and positions, and provide them in other packages.
ggplot2 extensions: geomnet - tidyverse
ggplot2 now has an official extension mechanism. This means that others can now easily create their own stats, geoms and positions, and provide them in other packages.