Data visualization: principles and practice

In-class slides

View slides in full screen

In-class exercises (Thursday)

For relative newcomers to plotting with ggplot2

Work through the visualization exercises from Data Carpentry’s R for Ecology workshop.

Note that you will have to install a data package into R before proceeding with this set of exercises:

install.packages("ratdat")

After completing these exercises, you can move onto Chapters 9–11 of the R4Data Science book.

For those with more experience working with ggplot2

Select a chapter of your choice from one of the following resources:

Acknowledgements

This week’s slides uses the quarto-webr extension, developed by James Balamuta.