Skip to content

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

Notifications You must be signed in to change notification settings

zaeendesouza/ggplotworkshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages