Skip to contents

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

Usage

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

Arguments

font

set default font

dark

choose dark mode

Examples

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