theme_desi_base: My personally-preferred minimal base plot theme

View source: R/plot_tools.R

theme_desi_baseR Documentation

My personally-preferred minimal base plot theme

Description

theme_bw() with no grid, no borders, legend at the top, and no legend title.

Usage

theme_desi_base(...)

Arguments

...

(Character) Arguments to send to ggplot2::theme().

Value

ggplot2 theme objects.

Authors

Examples

# ggplot(iris, aes(x = Petal.Length, y = Sepal.Length)) +
#     geom_point() +
#     theme_desi_base()


DesiQuintans/desiderata documentation built on April 9, 2023, 5:43 a.m.