Data Visualization with {ggplot2}

Artwork by @allison_horst

Data visualization is at the very core of science. In order to understand and glean insights from our data, we need different ways of representing it visually. R has an incredible capacity for creating all sorts of plots, charts, and tables, and today we will only scratch the surface. We will discuss the fundamentals of the powerful ggplot2 package and the “grammar of graphics” that underlies it.


Slides


Further Reading

  1. R for Data Science chapter on data visualization

  2. Modern Dive chapter on data visualization

  3. Cookbook for R chapter on data visualization

  4. ggplot2: Elegant Graphics for Data Analysis

  5. the ggplot flipbook by Gina Reynolds – shows how to create plots line-by-line

Department of Psychology

This bootcamp gives a gentle introduction to R and RStudio, transforming and visualizing data with the tidyverse, and the basics of R Markdown.