Re: [R] transpose? reshape? flipping? challenge with data frame

2010-04-22 Thread David.Gobbett
Fabulous! I managed to get close with t(), but had obviously missed the step of setting the rownames first. Thanks for your help! David -Original Message- From: Ista Zahn [mailto:istaz...@gmail.com] Sent: Friday, 23 April 2010 2:29 PM To: Gobbett, David (CSE, Waite Campus) Cc: r-help@r

[R] transpose? reshape? flipping? challenge with data frame

2010-04-22 Thread David.Gobbett
Greetings all, I am having difficulty transposing, reshaping, flipping (not sure which) a data frame which is read from a DBF file. I have tried using t(), reshape() and other approaches without success. Can anyone please suggest an way (elegant or not) of flipping this data around ? The init