
ggplot2 - Create Elegant Data Visualisations Using the Grammar of …
It describes the theoretical underpinnings of ggplot2 and shows you how all the pieces fit together. This book helps you understand the theory that underpins ggplot2, and will help you create new types of …
Set guides for each scale - ggplot2
List of scale name-guide pairs. The guide can either be a string (i.e. "colorbar" or "legend"), or a call to a guide function (i.e. guide_colourbar() or guide_legend()) specifying additional arguments.
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 ‘speak’ a graph …
Package index • ggplot2
To create your own geoms, stats, scales, and facets, you’ll need to learn a bit about the object oriented system that ggplot2 uses. Start by reading vignette("extending-ggplot2") then consult these functions …
Axis guide - ggplot2
A positive integer of length 1 that specifies the order of this guide among multiple guides. This controls in which order guides are merged if there are multiple guides for the same position.
Legend guide - ggplot2
Legend type guide shows key (i.e., geoms) mapped onto values. Legend guides for various scales are integrated if possible.
Custom guides — guide_custom • ggplot2
This is a special guide that can be used to display any graphical object (grob) along with the regular guides. This guide has no associated scale.
Continuous colour bar guide — guide_colourbar • ggplot2
Colour bar guide shows continuous colour scales mapped onto values. Colour bar is available with scale_fill and scale_colour.
Bar charts — geom_bar • ggplot2
Thus, ggplot2 will by default try to guess which orientation the layer should have. Under rare circumstances, the orientation is ambiguous and guessing may fail. In that case the orientation can …
Axis with logarithmic tick marks — guide_axis_logticks • ggplot2
This axis guide replaces the placement of ticks marks at intervals in log10 space.