On 27-Apr-07 22:43:58, hadley wickham wrote: > Ooops, add library(reshape) before that, and see > http://had.co.nz/reshape for more info > > Hadley > > On 4/27/07, hadley wickham <[EMAIL PROTECTED]> wrote: >> Hi Ted, >> >> melt(df, id=c("year","DoM")) >> should get you started. >> >> Hadley >> >> On 4/27/07, Ted Harding <[EMAIL PROTECTED]> wrote: >> > Hi Folks, >> > I have a nasty data restructuring problem! [...]
Thanks for the pointer, Hadley -- I hadn't come across these before. I'll have a look! Ted. -------------------------------------------------------------------- E-Mail: (Ted Harding) <[EMAIL PROTECTED]> Fax-to-email: +44 (0)870 094 0861 Date: 28-Apr-07 Time: 00:15:45 ------------------------------ XFMail ------------------------------ ______________________________________________ [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 and provide commented, minimal, self-contained, reproducible code.
