remove_axes: Remove axes from a ggplot

Description Usage Examples

Description

Remove axes from a plot.

Usage

1

Examples

1
2
p <- ggplot(mtcars, aes(mpg, wt)) + geom_point() + add_axes()
p + remove_axes()

lukereding/redinglib documentation built on May 25, 2019, 9:32 p.m.