knitr::opts_chunk$set(echo = FALSE)
library(dplyr)
library(here)
library(ussc)
library(ggplot2)

USSC ggplot2 Example

example <- ggplot(iris, aes(Sepal.Width, Sepal.Length, colour = Species)) + 
  geom_point(size = 4, alpha=0.4) +  
  theme_ussc() + 
  scale_colour_ussc("main", reverse=TRUE) 
plot_ussc_logo(example)

Math test



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