Materials
Book
- The Visual Display of Quantitative Information by Edward R. Tufte
- Fundamentals of Data Visualization by Claus O. Wilke
Additional Course Materials
- If you are not familiar with R programming, use any online tutorial to get a handle of it. For instance, check out the PhD course Programming and statistical modelling in R by Michael Sachs from the University of Copenhagen
- ggplot2:
ggplot2
documentation - Welcome to Shiny: an introduction to
Shiny
in R. - Google’s R Style Guide: a minimal style guide for writing user-friendly and shareable R code.
- data-to-viz: showcases different types of plots in
ggplot2