We recommend that you open the html slides with Google Chrome web browser.
| Time | Activity |
|---|---|
| 8.45-9.00 | Registration + Installation Help |
| 9.00-9.45 | Lesson 1: Getting started & R Graphics using grid |
| 9.45-10.00 | Break |
| 10.00-10.45 | Lesson 2: ggplot2 internals |
| 10.45-11.00 | Break |
| 11.00-11.45 | Lesson 3: Writing ggplot2 extensions |
| 11.45-12.00 | Break |
Before getting started, you will need to install the following R-packages:
install.packages(c( 'ggplot2',
'rmarkdown',
'knitr',
'waldo'))
Drawing with grid Rmd html solution Rmd html solution
Harnessing grid on ggplot2 outputs Rmd html solution Rmd html solution
DIY ggplot2 extension Rmd html solution Rmd html solution