theme_no_xaxis: Remove ggplot xaxis title, text, and ticks

View source: R/scseq_reports.R

theme_no_xaxisR Documentation

Remove ggplot xaxis title, text, and ticks

Description

Remove ggplot xaxis title, text, and ticks

Usage

theme_no_xaxis()

Value

ggplot2 theme object

Examples


library(ggplot2)
ggplot(mtcars, aes(wt, mpg)) + geom_point() + theme_no_xaxis()


hms-dbmi/drugseqr documentation built on Feb. 15, 2024, 10:38 p.m.