πŸ—“οΈ Session 7: Visualization

Published

31 10 2025

Modified

04 11 2025

One area for which R is particulary well-known for is the area of visualization. This is particularly because of the package ggplot2. This session introduces ggplot2 and the general approach to generate visualization in R. The good thing is that if you follow the approach described here, you can basically create every visualization type you can think of.

πŸ‘¨β€πŸ« Lecture Slides

Either click on the slide area below or click here to download the slides.

πŸŽ₯ Lecture videos

All the videos are available via this playlist.

πŸ“š Mandatory Reading

Further Reading

✍️ Coursework

  • Do the exercises Visualization1 from the DataScienceExercises package
learnr::run_tutorial(
  name = "Visualization1", 
  package = "DataScienceExercises", 
  shiny_args=list("launch.browser"=TRUE))

References

Wickham, H. (2010) β€œA Layered Grammar of Graphics,” Journal of Computational and Graphical Statistics 19(1): 3–28.