Skip to content

An implementation of the Grammar of Graphics in R

Notifications You must be signed in to change notification settings

jabranham/ggplot2

This branch is 2104 commits behind tidyverse/ggplot2:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b181e9a · May 16, 2016
Mar 15, 2016
Aug 20, 2015
Aug 20, 2015
Feb 26, 2016
Mar 15, 2016
Feb 29, 2016
Mar 15, 2016
Jan 25, 2016
Dec 12, 2015
Feb 10, 2016
Feb 25, 2014
Mar 14, 2016
Feb 26, 2016
Jul 23, 2015
Feb 26, 2016
Feb 4, 2016
Oct 14, 2015
Mar 15, 2016
May 15, 2016
Feb 29, 2016
Jan 18, 2016

Repository files navigation

ggplot2

Build Status CRAN_Status_Badge

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 https://groups.google.com/group/ggplot2.

Installation

Get the released version from CRAN:

install.packages("ggplot2")

Or the development version from github:

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

About

An implementation of the Grammar of Graphics in R

Resources

Citation

Stars

Watchers

Forks

Packages

No packages published

Languages

  • R 99.8%
  • HTML 0.2%