Section 5.6 Summary and further reading
In this chapter we covered some principles of data visualisation and good map design, specifically how to implement some of these using
ggplot2 library in R. We talked about symbols, colour, text, and adding context. ggplot2 provides an incredibly flexible framework, and through the use of layers you can achieve a very beautiful and meaningful map output. We could for example consider adding topography, such as rivers, lakes, and mountains to our maps, and it would be only a case of adding another layer. To get more familiar with this, we recommend [153] and [154].
