2.6 Going further
As normal, R has a huge range of freely available resources online that can help you learn more about data manipulation, the tidyverse, ggplot2 and scripting. Here we point you to a few below that you might be interested in.
- Datacamp has an free introduction to using tidyverse packages to manipulate data
- Hadley Wickham & Garrett Grolemund have written the definitive, freely available online book on using R for data manipulation - this is the ‘bible’ of the tidyverse approach and includes a section on ggplot2
- There is also a Datacamp course on ggpot2
- Winston Chang’s R Graphic’s Cookbook is also an excellent resource for using ggplot2 for data visualisation
- A detailed software carpentry guide to R scripting