/ggplotworkshop

Slides from a two-day workshop i did on some basics of ggplot - I'm still learning so feedback is welcome!

Primary LanguageR

Ggplot Workshop

These are my slides from a two-day workshop I did on data visualisation using R, and specifically, ggplot. All of the data, most of which was taken from the State of Working India, 2021 report, can be accesed here. The report is written by the Centre for Sustainable Employment, which is a research centre at Azim Premji University.

Re: the slides, I'm still learning, so any feedback/suggestions/changes are welcome! :). Feel free to use the slides however you want, just cite it!

The packages required for doing the exercises are below:

install.packages("pacman")
library(pacman)
p_load(tidyverse, dplyr, ggthemes, 
       ggmap, ggalluvial, grid, 
       gridExtra, gridtext, extrafont, 
       extrafontdb, ggalt, ggtext, 
       cowplot, ggforce, sf, 
       geojsonio, 
       install = T)