Skip to contents

Package overview

Overview of ggblend.

ggblend-package ggblend
Blending and compositing for ggplot2

Layer operations

Operations that can be applied to transform ggplot2 layers and layer-like objects

nop()
Identity ("no-op") transformation (Layer operation)
adjust()
Adjust layer params and aesthetics (Layer operation)
copy_over() copy_under()
Copy layers then adjust params and aesthetics (Layer operation)
partition()
Partition a layer into subgroups (Layer operation)
blend()
Blend ggplot2 layers (Layer operation)
affine_transform()
Translate, scale, and rotate ggplot2 layers (Layer operation)
show(<operation>) format(<operation>) format(<adjust>) format(<affine_transform>) format(<blend>) format(<operation_composition>) format(<nop>) format(<operation_product>)
Layer operations

Combinations of layer operations

Combinations of layer operations created through addition (+), multiplication (*), and function composition (|>).

Layers and layer-like objects

Objects that represent ggplot2 layers and layer-like objects