Link Search Menu Expand Document

Visualization with R

This workshop will introduce concepts and tools for visualizing data in R, with emphasis on the ggplot2 package. Participants are expected to be familiar with R and the RStudio environmnet (if you are new to R, consider attending Introduction to R and RStudio first).

R markdown file

Contains code used during the workshop.

Workshop slides

Slides for the introductory portion, in HTML format

Selected ggplot2 resources

The ggplot2 package is widely used for data visualization in R, and it is the foundation of this workshop. Here are a few resources to learn more about using ggplot2.