views:

240

answers:

4

There is lots of cheat sheets for R. Is there a cheat sheet for ggplot2?

+1  A: 

To me ggplot2 has one of the best and compressed documentation of any R package. I think it would be really difficult pack everything to an even smaller document. This holds in particular because some of the magic of ggplot2 is closely related to functions from plyr or reshape. Though I have suggested via feedback form that some .pdf reference card would be really nice. Besides I recommend the ggplot2 book.

ran2
+1  A: 

This might be what you are looking for: http://had.co.nz/stat480/r/graphics.html

timchurch
+4  A: 

Hadley posted a quick reference guide on the ggplot2 mailing list a few weeks ago.

csgillespie
Thanks, this is great!
atricapilla
A: 

Not exactly a cheat sheet, but also helpful in figuring out the right command, is Jeroen Ooms' web interface to ggplot2

Karsten W.