ggplot2: An implementation of the Grammar of Graphics

An implementation of the grammar of graphics in R. It combines the advantages of both base and lattice graphics: conditioning and shared axes are handled automatically, and you can still build up a plot step by step from multiple data sources. It also implements a sophisticated multidimensional conditioning system and a consistent interface to map data to aesthetic attributes. See the ggplot2 website for more information, documentation and examples.

Version: 0.8
Depends: grid, reshape (≥ 0.8.0), proto, RColorBrewer, splines, MASS, R (≥ 2.7), plyr (≥ 0.1.2)
Suggests: quantreg, Hmisc, mapproj, maps, digest, colorspace, hexbin
Date: 2008-11-18
Author: Hadley Wickham
Maintainer: Hadley Wickham <h.wickham at gmail.com>
License: GPL
URL: http://had.co.nz/ggplot2/
In views: Graphics
CRAN checks: ggplot2 results

Downloads:

Package source: ggplot2_0.8.tar.gz
MacOS X binary: ggplot2_0.8.tgz
Windows binary: ggplot2_0.8.zip
Reference manual: ggplot2.pdf
News/ChangeLog:NEWS ChangeLog
Old sources: ggplot2 archive