Data Visualization in R


Data Visualization in R

Tue 2/4
10:00-12:00

Workshop description

Exploring our data with graphs allows us to visualize relationships, spot unusual observations, or find unexpected patterns. In this workshop we introduce how to effectively use the ggplot2 package to explore and visualize data in R. With its consistent syntax and layered approach to making graphics, ggplot2 has revolutionized data visualization. What previously would have required tedious programming can now be accomplished in a few lines of ggplot2 code. This workshop will introduce the logic behind ggplot2, how to use ggplot2 to explore your data, and how to customize and polish ggplot2 graphs.

R is available to everyone. The only prior knowledge assumed for this workshop is basic experience using R such as how to open an R script, read in and manipulate data, and submit R code. Please bring a laptop to fully participate.

Workshop materials

Download the zip file and extract the files. It contains an R script and a PDF slide deck. DataVisualizationR.zip

Supplemental materials

We won’t use these during the workshop but they’re good to have and know about.

ggplot2 cheat sheet from RStudio
Ch 3 of R for Data Science - Data Visualization