plyr is a set of tools that solves a common set of problems: you need to break a big problem down into manageable pieces, operate on each pieces and then put all the pieces back together. For example, you might want to fit a model to each spatial location or time point in your study, summarise data by panels or collapse high-dimensional arrays to simpler summary statistics.
| Version: | 0.1.9 |
| Depends: | R (≥ 2.8) |
| Suggests: | RUnit, abind, tcltk |
| Published: | 2009-06-23 |
| Author: | Hadley Wickham |
| Maintainer: | Hadley Wickham <h.wickham at gmail.com> |
| License: | GPL |
| URL: | http://had.co.nz/plyr |
| CRAN checks: | plyr results |
| Package source: | plyr_0.1.9.tar.gz |
| MacOS X binary: | plyr_0.1.9.tgz |
| Windows binary: | plyr_0.1.9.zip |
| Reference manual: | plyr.pdf |
| News/ChangeLog: | NEWS |
| Old sources: | plyr archive |
| Reverse depends: | PMA, ez, latticedl, reshape, stringr |
| Reverse imports: | ggplot2 |
| Reverse suggests: | HistData |