statworx_minimal: statworx Theme based on theme_minimal

View source: R/main.R

statworx_minimalR Documentation

statworx Theme based on theme_minimal

Description

Sets a pre-defined theme as the standard ggplot theme via theme_minimal

Usage

statworx_minimal(font = "Arial", dark = FALSE)

Arguments

font

set default font

dark

choose dark mode

Examples

## Not run: 
library(statworxTheme)
statworx_minimal()
ggplot(iris, aes(Sepal.Width, Sepal.Length, color = Species)) +
geom_point()

## End(Not run)

simonhassler-stat/statworxThemes documentation built on May 6, 2022, 12:29 a.m.