Re: [R] geom_plot creates Area Instead Of Lines

2012-04-11 Thread Hadley Wickham
> What I would have liked is something like a cloud of lines, similar to what > I get when I convert the data into a matrix (why do I not just use a matrix? > I come from MATLAB and this seems natural, however, my data is large and a > data frame seems to be an advantageous way to handle that). It

[R] geom_plot creates Area Instead Of Lines

2012-03-14 Thread kyleR
Hi, I have created a large (?) data frame. I have one variable to plot, lets call it X. further X has been observed under conditions Y, Z. And the observation took place at times T (0:10e5). Now my data frame D consists of x,y,z,t each corresponding to the combination of X, Y, Z and T. I would l