Skip to content
Prev 77542 / 398502 Next

Neat way of using R for pivoting?

Hi Keith,

You might want to check out my reshape package
(http://had.co.nz/reshape/) which is very much pivot table inspired. 
I doesn't produce graphics yet, but the output is very amenable to
being fed into existing R graphics function (especially lattice
graphics).

Hadley