Skip to contents

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

Usage

statworx_dark(font = "Arial")

Arguments

font

set default font

Examples

if (FALSE) {
library(statworxTheme)
statworx_dark()
ggplot(iris, aes(Sepal.Width, Sepal.Length, color = Species)) +
geom_point()
}