How I build up a ggplot2 figure by John Muschelli.
From the post:
Recently, Jeff Leek at Simply Statistics discussed why he does not use ggplot2. He notes “The bottom line is for production graphics, any system requires work.” and describes a default plot that needs some work:
…
John responds to perceived issues with using ggplot2
by walking through each issue and providing you with examples of how to solve it.
That doesn’t mean that you will switch to ggplot2
, but it does mean you will be better informed of your options.
An example to be copied!