Introduction

We’re going to learn how to make a variety of static and interactive plots in R. Vizualizing data is an essential skill in science and knowing at least one tool well will serve you in the future. For static graphics, I prefer and recommend ggplot2. For interactive graphics, I’d like to introduce you to Shiny.

These two packages will be taught in their own submodules:

And if we have time I want to introduce some really awesome R packages:

Learning outcomes

After completing this module, students should:

and students should have an awareness of the great number of visualization tools provided in R and what they’re useful for.

Lesson

See submodules 1 and 2 in this same folder.

Resources