scs_theme: Scottish Contact Survey theme for ggplot2 charts.

View source: R/scs_theme.R

scs_themeR Documentation

Scottish Contact Survey theme for ggplot2 charts.

Description

ggplot2 theme for reporting of Scottish Government Covid-19 Scottish Contact Survey (SCS) analysis.

Usage

scs_theme()

Examples

library(ggplot2)
ggplot(mpg, aes(x = manufacturer, y = cty)) +
   geom_col() +
   scs_theme()


DataScienceScotland/scsplot documentation built on Jan. 26, 2023, 7:21 p.m.