Chapter 4 Data Visualisation

In this part of the course, we will dive deep into data visualisation. We will start using base R and then explore the package ggplot2, (Wickham et al. 2019).

4.1 Base R

learnr::run_tutorial(name = "02-data-visualisation-graphics",
                     package = "moxier")

4.2 ggplot2

learnr::run_tutorial(name = "03-data-visualisation-ggplot2",
                     package = "moxier")

References

Wickham, Hadley, Winston Chang, Lionel Henry, Thomas Lin Pedersen, Kohske Takahashi, Claus Wilke, Kara Woo, and Hiroaki Yutani. 2019. Ggplot2: Create Elegant Data Visualisations Using the Grammar of Graphics. https://CRAN.R-project.org/package=ggplot2.