Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 481 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 481 Bytes

ggplot2 workshop template repo

Fork this repo to code along with the workshopw, One workflow for building effective (and pretty) {ggplot2} data visualizations.

You'll also need to install the following packages, if you don't already have them:

install.packages("tidyverse")
install.packages("ggridges")
install.packages("scales")
install.packages("ggtext")
install.packages("cowplot")
install.packages("showtext")