theme_dimgray: Make ggplot axes and text dimgray

View source: R/scseq_reports.R

theme_dimgrayR Documentation

Make ggplot axes and text dimgray

Description

Make ggplot axes and text dimgray

Usage

theme_dimgray(with_nums = TRUE)

Arguments

with_nums

Include axis ticks/text? Default is TRUE.

Value

ggplot2 theme object

Examples


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


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