Re: [R] construct boxplots from data with varying column widths

2011-07-16 Thread Rory Campbell-Lange
On 16/07/11, David Winsemius (dwinsem...@comcast.net) wrote: > From: David Winsemius > On Jul 16, 2011, at 12:15 PM, Rory Campbell-Lange wrote: > >On 16/07/11, David Winsemius (dwinsem...@comcast.net) wrote: > >>On Jul 16, 2011, at 11:19 AM, Rory Campbell-Lange wrote: > >> > >>>I'm an R beginner,

Re: [R] construct boxplots from data with varying column widths

2011-07-16 Thread Rory Campbell-Lange
On 16/07/11, David Winsemius (dwinsem...@comcast.net) wrote: > > On Jul 16, 2011, at 11:19 AM, Rory Campbell-Lange wrote: > > >I'm an R beginner, and I would like to construct a set of boxplots > >showing database function runtimes. > >I can easily reformat the base data to provide it to R in a

Re: [R] construct boxplots from data with varying column widths

2011-07-16 Thread David Winsemius
On Jul 16, 2011, at 11:19 AM, Rory Campbell-Lange wrote: I'm an R beginner, and I would like to construct a set of boxplots showing database function runtimes. The data I have is currently is in the following format: function1,12.5,13.11,35.2,11.1.n function2,21.5,42.22,17.3,14.2...

[R] construct boxplots from data with varying column widths

2011-07-16 Thread Rory Campbell-Lange
I'm an R beginner, and I would like to construct a set of boxplots showing database function runtimes. The data I have is currently is in the following format: function1,12.5,13.11,35.2,11.1.n function2,21.5,42.22,17.3,14.2n ... this is the function name fo