diff options
Diffstat (limited to 'graphics/R-cran-ggplot2/pkg-descr')
-rw-r--r-- | graphics/R-cran-ggplot2/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/graphics/R-cran-ggplot2/pkg-descr b/graphics/R-cran-ggplot2/pkg-descr new file mode 100644 index 00000000000..20ca67785ba --- /dev/null +++ b/graphics/R-cran-ggplot2/pkg-descr @@ -0,0 +1,8 @@ +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 +none of the 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. + +WWW: http://had.co.nz/ggplot2/ |