Blending and Compositing Algebra for 'ggplot2'
Adjust layer params and aesthetics (Layer operation)
Translate, scale, and rotate ggplot2 layers (Layer operation)
Blend ggplot2 layers (Layer operation)
Copy layers then adjust params and aesthetics (Layer operation)
Blending and compositing for ggplot2
Lists of layer-like objects
ggplot2 layer-like objects
Identity ("no-op") transformation (Layer operation)
Layer operation composition
Layer operation products
Layer operation sums
Layer operations
Partition a layer into subgroups (Layer operation)
Algebra of operations for blending, copying, adjusting, and compositing layers in 'ggplot2'. Supports copying and adjusting the aesthetics or parameters of an existing layer, partitioning a layer into multiple pieces for re-composition, applying affine transformations to layers, and combining layers (or partitions of layers) using blend modes (including commutative blend modes, like multiply and darken). Blend mode support is particularly useful for creating plots with overlapping groups where the layer drawing order does not change the output; see Kindlmann and Scheidegger (2014) <doi:10.1109/TVCG.2014.2346325>.
Useful links