forked from tidyverse/ggplot2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathANNOUNCE
16 lines (13 loc) · 772 Bytes
/
ANNOUNCE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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.
To install or update, run:
install.packages(c("ggplot2", "plyr"))
Find out more at http://had.co.nz/ggplot2, 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