theme_bswqa: BSWQA ggplot2 theme

Description Usage Examples

View source: R/theme_bswqa.R

Description

Theme is standard used in BSWQA JOC presentations

Usage

1
theme_bswqa(base_size = 12, base_family = "sans")

Examples

1
2
3
4
library(ggplot2)
g <- ggplot(mtcars) +
     geom_point(aes(x = wt, y = mpg, colour = factor(gear))) +
     theme_bswqa()

ray-pacheco/JOC documentation built on May 27, 2019, 2:05 a.m.