statworx_hc2: statworx Theme based on theme_classic

View source: R/main.R

statworx_hc2R Documentation

statworx Theme based on theme_classic

Description

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

Usage

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

Arguments

font

set default font

dark

choose dark mode

Examples

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

## End(Not run)

STATWORX/statThemes documentation built on May 13, 2022, 12:45 a.m.