Skip to contents

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

Usage

statworx_box(font = "Arial")

Arguments

font

set default font

Examples

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