theme_ussc: Main USSC theme

Description Usage Author(s) Examples

Description

Calls the main USSC theme.

Usage

1

Author(s)

Zoe Meers

Examples

1
2
3
4
5
6
7
# Create ggplot graph using main USSC theme

ggplot2::ggplot(iris, ggplot2::aes(Sepal.Width, Sepal.Length, colour = Species)) + 
ggplot2::geom_point(size = 4, alpha=0.4) + 
ussc::theme_ussc() + 
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.