statworx_void: statworx Theme based on theme_classic

View source: R/main.R

statworx_voidR Documentation

statworx Theme based on theme_classic

Description

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

Usage

statworx_void(font = "Arial")

Arguments

font

set default font

Examples

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

## End(Not run)



simonhassler/statworxTheme documentation built on April 14, 2022, 11:58 a.m.