Skip to content

Instantly share code, notes, and snippets.

@will-r-chase
Created April 4, 2022 03:05
Show Gist options
  • Save will-r-chase/8b385fb50d2fe316ea1fc5b566ec7e8c to your computer and use it in GitHub Desktop.
Save will-r-chase/8b385fb50d2fe316ea1fc5b566ec7e8c to your computer and use it in GitHub Desktop.
library(tidyverse)
library(patchwork)
#Your turn
#You can either use your own charts or the charts provided in plastic_charts.R
#Create a patchwork with one chart in a lefthand column
#spanning two vertical rows, and two charts in a second column
#stacked on top of each other
#Take the patchwork you just created, and add a title, subtitle, and figure labels
#Make the figure labels read "Fig. 1, Fig. 2, Fig. 3"
#Use theme options to make the figure labels a little smaller
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment