πŸ—“οΈ Session 7: Visualization

Author
Published

25 04 2024

Modified

07 05 2024

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

Currently, no videos are available for this session. Check out the tutorial instead.

πŸ“š 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.