Hello Quarto

visualization
Author

Dr. Joscelin Rocha-Hidalgo

Published

April 22, 2025

Buy me a coffeeBuy me a coffee


Data visualisation using R, for researchers who don’t use R💯

Added Fri Feb 18th, 2022

What is this?

Excerpt from site: In this tutorial, we provide a practical introduction to data visualisation using R, specifically aimed at researchers who have little to no prior experience of using R. First we detail the rationale for using R for data visualisation and introduce the “grammar of graphics” that underlies data visualisation using the ggplot2 package. The tutorial then walks the reader through how to replicate plots that are commonly available in point-and-click software such as histograms and boxplots, as well as showing how the code for these “basic” plots can be easily extended to less commonly available options such as violin-boxplots.

  1. Link to site here: https://psyteachr.github.io/introdataviz/
  2. Link to dataset here: https://osf.io/bj83f/
  3. Link to published manuscript here: https://journals.sagepub.com/doi/10.1177/25152459221074654
Back to top