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 Feb. 15, 2024, 10:38 p.m.