Sets a pre-defined theme as the standard ggplot theme via
theme_classic
Examples
if (FALSE) {
library(statworxTheme)
statworx_classic()
ggplot(iris, aes(Sepal.Width, Sepal.Length, color = Species)) +
geom_point()
}
Sets a pre-defined theme as the standard ggplot theme via
theme_classic
if (FALSE) {
library(statworxTheme)
statworx_classic()
ggplot(iris, aes(Sepal.Width, Sepal.Length, color = Species)) +
geom_point()
}