as.lemon_plot {lemon}R Documentation

Lemon plots; ggplots with extended functionality.

Description

Lemon plot basically hijacks ggplot2's building process and allows us to change some things. Used by annotate_y_axis.

Usage

as.lemon_plot(plot)

## S3 method for class 'lemon_plot'
ggplot_build(plot)

## S3 method for class 'built_lemon'
ggplot_gtable(data)

Arguments

plot

ggplot object


[Package lemon version 0.5.0 Index]