MTHM501 Working with data | Visualisation
MTHM501 Working with data | Visualisation Mark Kelson Introduction In this practical we will introduce graphics in R. One of the more popular methods of creating graphics in R is to use the ggplot language for graphics which is implemented in the ggplot2 package. This way of creating graphs is flexible and modular, as you …