2.5 Plots: Base R vs ggplot

A great comparison of the two systems!

ggplot: “The basic idea is that you can split a chart into graphical objects — data, scale, coordinate system, and annotation — and think about them separately. When you put it all together, you get a complete chart.”

base: “specify everything in the function arguments”