statworx_classic | R Documentation |
Sets a pre-defined theme as the standard ggplot theme via
theme_classic
statworx_classic(font = "Arial", dark = FALSE)
font |
set default font |
dark |
choose dark mode |
## Not run: library(statworxTheme) statworx_classic() ggplot(iris, aes(Sepal.Width, Sepal.Length, color = Species)) + geom_point() ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.