blank_x_theme: blank_x_theme

Description Usage Value Author(s) Examples

View source: R/plots.R

Description

Remove x-axis text and ticks

Usage

1

Value

A ggplot object

Author(s)

Joel H Nitta, joelnitta@gmail.com

Examples

1
2
3
4
5
library(ggplot2)
p1 <- ggplot(iris, aes(Sepal.Length, Petal.Length)) +
  geom_point(aes(color = Species))
p1
p1 + blank_x_theme()

joelnitta/jntools documentation built on Jan. 17, 2022, 3:05 p.m.