minimal_ggplot_theme: A nice minimal ggplot theme

View source: R/minimal_ggplot_theme.R

minimal_ggplot_themeR Documentation

A nice minimal ggplot theme

Description

A nice minimal ggplot theme

Usage

minimal_ggplot_theme(base_family = "Roboto Condensed", gridlines = F, dark = F)

Arguments

base_family:

the base font family, defaults to "Roboto Condensed"

gridlines:

should gridlines be displayed? defaults to F

dark:

use dark theme?

Value

A ggplot theme

Examples

mtcars %>% ggplot(aes(x = wt, y = mpg)) + geom_point() + minimal_ggplot_theme()

MCMaurer/MCMsBasics documentation built on July 5, 2024, 11:38 p.m.