⚠️There's a newer version (3.5.0) of this package. Take me there.

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

Installation

Get the released version from CRAN:

install.packages("ggplot2")

Or the development version from github:

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

Copy Link

Version

Down Chevron

Install

install.packages('ggplot2')

Monthly Downloads

2,289,545

Version

2.1.0

License

GPL-2

Issues

Pull Requests

Stars

Forks

Maintainer

Last Published

March 1st, 2016

Functions in ggplot2 (2.1.0)