Theme is standard used in BSWQA JOC presentations
1 | theme_bswqa(base_size = 12, base_family = "sans")
|
1 2 3 4 | library(ggplot2)
g <- ggplot(mtcars) +
geom_point(aes(x = wt, y = mpg, colour = factor(gear))) +
theme_bswqa()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.