Slides

We recommend that you open the html slides with Google Chrome web browser.

  1. Getting started
  2. R Graphics using grid
  3. ggplot2 internals
  4. Writing ggplot2 extensions

Schedule

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

Exercises

Before getting started, you will need to install the following R-packages:

install.packages(c( 'ggplot2',
                    'rmarkdown',
                    'knitr',
                    'waldo'))
  1. Drawing with grid Rmd html solution Rmd html solution

  2. Harnessing grid on ggplot2 outputs Rmd html solution Rmd html solution

  3. DIY ggplot2 extension Rmd html solution Rmd html solution