We recommend that you open the html slides with Google Chrome web browser.
Time | Activity |
---|---|
1.30-2.00 | Lesson 1: Check your ggplot2 knowledge |
2.00-2.15 | Break out session |
2.15-2.45 | Lesson 2: Making maps |
2.45-3.00 | Break out session |
3.00-3.30 | Coffee Break |
3.30-4.00 | Lesson 3: Getting your plots to talk back |
4.00-4.15 | Break out session |
4.15-4.45 | Lesson 4: Determining best plot design |
4.45-5.00 | Break out session + Conclusion |
Download the folowing data for the exercises:
Before getting started, you will need to install the following R-packages:
install.packages(c( 'tidyverse',
'ggthemes',
'ggmap',
'leaflet',
'lubridate',
'plotly',
'gganimate',
'nullabor',
'ozmaps',
'sf',
'cartogram',
'gapminder',
'datasauRus',
'viridis',
'maps',
'here',
'transformr',
'mapproj'))
Review of Grammar of Graphics Rmd html solution Rmd html solution
Making maps Rmd html solution Rmd html solution
Getting your plots to talk back Rmd html solution Rmd html solution
Determining the best plot design Rmd html solution Rmd html solution