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.6 |
| Depends: | R (≥ 2.6), grid, reshape (≥ 0.8.0), proto, splines, MASS, RColorBrewer, colorspace |
| Suggests: | quantreg, Hmisc, mapproj, maps, digest, butler |
| Date: | 2008-01-10 |
| 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.6.tar.gz |
| MacOS X binary: | ggplot2_0.6.tgz |
| Windows binary: | ggplot2_0.6.zip |
| Reference manual: | ggplot2.pdf |
| News/ChangeLog: | NEWS ChangeLog |
| Old sources: | ggplot2 archive |