Package index
-
ggblend-packageggblend - Blending and compositing for ggplot2
-
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)
Combinations of layer operations
Combinations of layer operations created through addition (+), multiplication (*), and function composition (|>).
-
sum(<operation>)`+`(<operation>,<operation>)`+`(<operation>,<numeric>)`+`(<numeric>,<operation>)format(<operation_sum>) - Layer operation sums
-
`*`(<operation>,<ANY>)`*`(<ANY>,<operation>)`*`(<adjust>,<adjust>)`*`(<nop>,<nop>)`*`(<operation>,<nop>)`*`(<operation_sum>,<nop>)`*`(<nop>,<operation>)`*`(<nop>,<operation_sum>)prod(<operation>)`*`(<operation>,<operation>)`*`(<numeric>,<operation>)`*`(<operation>,<numeric>)`*`(<operation>,<operation_sum>)`*`(<operation_sum>,<operation>)`*`(<operation_sum>,<operation_sum>) - Layer operation products
-
operation_compositionoperation_composition-class - Layer operation composition
-
is_layer_like()as_layer_like() - ggplot2 layer-like objects
-
layer_list()as_layer_list()`+`(<layer_list>,<layer_list>)show(<layer_list>) - Lists of layer-like objects