Re: [R] Preparing data for display

2008-11-11 Thread Stavros Macrakis
On Mon, Nov 10, 2008 at 9:32 PM, jim holtman <[EMAIL PROTECTED]> wrote: > Have you tried 'do.call(rbind,)'? Thanks for the suggestion! This works nicely. Another member of the list also suggested this approach (in private mail). Another useful suggestion was matplot. I'm still working on mas

Re: [R] Preparing data for display

2008-11-10 Thread jim holtman
Have you tried 'do.call(rbind,)'? You did not provide a subset of data, so it is hard to create an example. On Mon, Nov 10, 2008 at 4:28 PM, Stavros Macrakis <[EMAIL PROTECTED]> wrote: > I have a dataset of about 10^6 rows, each consisting of a timestamp, > several factors, a string, some int

[R] Preparing data for display

2008-11-10 Thread Stavros Macrakis
I have a dataset of about 10^6 rows, each consisting of a timestamp, several factors, a string, some integers, and some floats. I'd like to graph this data in various ways, including straightforward ones (how many events per week over the past year for each of 4 values of some factor), some less s