remove_ticks_x: remove_ticks_x

Description Usage Examples

Description

Remove tick marks from the x-axis.

Usage

1

Examples

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

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