ggpass: pass through a ggplot object, see examples

View source: R/plot.R

ggpassR Documentation

pass through a ggplot object, see examples

Description

pass through a ggplot object, see examples

Usage

ggpass(pp)

Note

Assuming pp has $df (preferred to $data), or $data. Make sure $df/$data is what you intend to plot

Examples

df %>% ggplot1() %>% ggpass() %>% ggplot2()
#however, if "+" is used in ggplot, use the following format
df %>% {ggplot1(.,)+xlab('')} %>% ggpass() %>% {ggplot2(.,)+ylab('')}

jerryzhujian9/ezmisc documentation built on March 9, 2024, 12:44 a.m.