On Sun, Jul 5, 2009 at 12:00 AM, Mark Wardle<m...@wardle.org> wrote: > Hi. Essentially your data is currently in "wide" format, with repeated > measures in different columns. For most analysis and in particular for > graphing, it is frequently helpful to reshape your data into a "long" > format, with one row per data value and additional variables to list > experiment or subject identifier, experimental conditions etc. > > see ?reshape and Dr. Wickham's reshape package (http://had.co.nz/reshape/) > > Good luck, > > Mark >
This looks interesting. Thanks! cheers, Mark ______________________________________________ R-help@r-project.org 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.