theme_no_yaxis: Remove ggplot yaxis title, text, and ticks

View source: R/scseq_reports.R

theme_no_yaxisR Documentation

Remove ggplot yaxis title, text, and ticks

Description

Remove ggplot yaxis title, text, and ticks

Usage

theme_no_yaxis()

Value

ggplot2 theme object

Examples


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


hms-dbmi/drugseqr documentation built on July 13, 2024, 6:25 p.m.