statworx_modern | R Documentation |
Sets a pre-defined theme as the standard ggplot theme via
theme_classic
statworx_modern(font = "Arial", dark = FALSE)
font |
set default font |
dark |
choose dark mode |
## Not run: library(statworxTheme) statworx_modern() 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.