theme_ussc_dark: Dark USSC theme

Description Usage Author(s) Examples

View source: R/theme_ussc.R

Description

Calls the dark USSC theme.

Usage

1

Author(s)

Zoe Meers

Examples

1
2
3
4
5
6
7
8
# Create ggplot graph using dark USSC theme
# set dev.args in the code chunk - i.e. ```r dev.args=list(bg='#2a2a2b')```

ggplot2::ggplot(iris, ggplot2::aes(Sepal.Width, Sepal.Length, colour = Species)) + 
ggplot2::geom_point(size = 4, alpha=0.4) +  
ussc::theme_ussc_dark() + 
ggplot2::labs(title="Halis GR Header", x="Sepal Width", y="Sepal Length") + 
ussc::scale_colour_ussc("blue") 

USStudiesCentre/ussc documentation built on Sept. 2, 2020, 2:51 p.m.