Reshape version 0.5
===================

Reshape is an R package for flexibly restructuring and aggregating
data.  It's very much pivot table inspired, and it (hopefully) makes
it very easy to view your data the way you want.  You can find out
more at http://had.co.nz/reshape

The big news in this version of reshape is that I've renamed all the
functions so they no longer conflict with any built in functions -
deshape is now melt (think liquid data) and reshape is now cast (think
solidifying data into the form you want).

What else is new?

 * recast melts and casts your data in one step
 * column naming bugs fixed
 * easily display all margins with the argument margins=T in cast

Please let me know what you think.

Regards,

Hadley

_______________________________________________
R-packages mailing list
[EMAIL PROTECTED]
https://stat.ethz.ch/mailman/listinfo/r-packages

______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to