The best way to convey a key message is through visualization, so picking the most clear and concise graph to do that is crucial.
Contrary to popular belief, using Excel to plot data isn’t necessarily the easiest software to use or the most appropriate. Once you understand the ggplot() code in R, it is very easy to create simple but informative graphs for all different data types.
Chapter 3 described which plots could be drawn for which data types, so I will not repeat that here. However more detail will be given as to how to improve the look of plots in R along with some ...