An implementation of the Grammar of Graphics in R
R
Pull request Compare This branch is 12 commits ahead, 844 commits behind master.
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
R
data-raw
data
inst
man
tests
visual_test
.Rbuildignore
.gitattributes
.gitignore
.travis.yml
CONTRIBUTING.md
DESCRIPTION
NAMESPACE
NEWS
README.md
cran-comments.md
ggplot2.Rproj

README.md

ggplot2

Build Status

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 avoid 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.

Find out more at http://ggplot2.org, and check out the nearly 500 examples of ggplot in use. If you're interested, you can also sign up to the ggplot2 mailing list at http://groups.google.com/group/ggplot2, or track development at http://github.com/hadley/ggplot2

Installation

Get the released version from CRAN:

install.packages("ggplot2")

Or the development version from github:

# install.packages("devtools")
devtools::install_github("hadley/scales")
devtools::install_github("hadley/ggplot2movies")
devtools::install_github("hadley/ggplot2")