ggplot2

ggplot2 is a plotting system for R, based on the grammar of graphics, which tries to take the good parts of base and lattice graphics and none of the bad parts. It takes care of many of the fiddly details that make plotting a hassle (like drawing legends) as well as providing a powerful model of graphics that makes it easy to produce complex multi-layered graphics.

A copy of this site for local use is available here, as a 9 meg zip file. To use it, unzip and open the index.html page.

Mailing list

You are welcome to ask ggplot2 questions on R-help, but if you'd like to participate in a more focussed mailing list, please sign up for the ggplot2 mailing list:

Your email address:

You must be a member to post messages, but anyone can read the archived discussions.

Installation

install.packages("ggplot2")

(you'll need to make sure you have the most recent version of R to get the most recent version of ggplot)

ggplot book

See here

Other resources

You might also find the following presentations useful:

Training

From time-to-time I offer face-to-face workshops and training seminars. You can see upcoming events at lookingatdata.com.

Reference manual