statworx_dark: statworx Theme based on theme_classic

View source: R/main.R

statworx_darkR Documentation

statworx Theme based on theme_classic

Description

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

Usage

statworx_dark(font = "Arial")

Arguments

font

set default font

Examples

## Not run: 
library(statworxTheme)
statworx_dark()
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.