Appendix G — Resources
THIS IS IN ITS INFANCY.
An appendix of learning resources for R and data journalism.
G.1 ggplot
- The ggplot2 documentation and ggplot2 cheatsheets.
- R for Data Science, Data visualization Hadley Wickham dives right into plots in his book.
- ggplot2: Elegant graphics for Data Analysis is another book by Wickham.
- ggplot2Tor is a website full of ggplot tutorials, tools and courses.
- BBC Visual Cookbook.
- R Graphics Cookbook has lots of example plots. Good to harvest code and see how to do things.
- The R Graph Gallery another place to see examples.