2.10 But what about…
- Legend adjustment: remove it, move it to another side, rename it
- Custom specified colors and shapes
Go here http://www.cookbook-r.com/Graphs/ for these.
2.10.1 Other plots not mentioned
- Heat maps https://www.r-bloggers.com/how-to-make-a-simple-heatmap-in-ggplot2/
- Word clouds https://rpubs.com/brandonkopp/creating-word-clouds-in-r , simpler: http://dangoldin.com/2016/06/06/word-clouds-in-r/
- Interactive plots - Look into
plotly()
andggplotly()
- the circle type plots