diff options
author | tota <tota@FreeBSD.org> | 2011-09-03 08:42:36 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2011-09-03 08:42:36 +0800 |
commit | 40988404787b21863bd78ad2c4be1e313bb6edc2 (patch) | |
tree | 0aecb402efcc6eef0dec9a2db455431f81ade6a5 /devel/R-cran-reshape/pkg-descr | |
parent | 87587931bfa1dda04e8ef7de1c949b0331fbefff (diff) | |
download | freebsd-ports-gnome-40988404787b21863bd78ad2c4be1e313bb6edc2.tar.gz freebsd-ports-gnome-40988404787b21863bd78ad2c4be1e313bb6edc2.tar.zst freebsd-ports-gnome-40988404787b21863bd78ad2c4be1e313bb6edc2.zip |
- Add a new port: devel/R-cran-reshape
Reshape (hopefully) makes it easy to do what you have been struggling
to do with tapply, by, aggregate, xtabs, apply and summarise. It
is also useful for getting your data into the correct structure for
lattice or ggplot plots.
WWW: http://had.co.nz/reshape/
Diffstat (limited to 'devel/R-cran-reshape/pkg-descr')
-rw-r--r-- | devel/R-cran-reshape/pkg-descr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/devel/R-cran-reshape/pkg-descr b/devel/R-cran-reshape/pkg-descr new file mode 100644 index 000000000000..a6394c5bd877 --- /dev/null +++ b/devel/R-cran-reshape/pkg-descr @@ -0,0 +1,6 @@ +Reshape (hopefully) makes it easy to do what you have been struggling +to do with tapply, by, aggregate, xtabs, apply and summarise. It +is also useful for getting your data into the correct structure for +lattice or ggplot plots. + +WWW: http://had.co.nz/reshape/ |