add_processing: Add post processing to 'ggplot2' object

View source: R/nested_loop.R

add_processingR Documentation

Add post processing to ggplot2 object

Description

Add post processing to ggplot2 object

Usage

add_processing(p, processing = NULL)

Arguments

p

ggplot2 object, output from nested_loop_plot function.

post_processing

List with post processing wrappers to apply to the plot. Name of an entry specifies the function to call, the entry itself contains named arguments for the wrapper function which are passed to do.call.

Details

Uses do.call to call the functions. p is always passed first and does not need to be specified manually.

Value

A ggplot2 object.


matherealize/looplot documentation built on Jan. 14, 2024, 2:07 a.m.