Re: [R] Reformatting data into data frame and plotting it in ggplot2

2008-02-03 Thread Tribo Laboy
februari 2008 15:18 > > Aan: ONKELINX, Thierry > CC: r-help@r-project.org > Onderwerp: Re: [R] Reformatting data into data frame and plotting it in > ggplot2 > > > > For some reason I get the following error: > > "Error: could not find function "scale_co

Re: [R] Reformatting data into data frame and plotting it in ggplot2

2008-02-01 Thread ONKELINX, Thierry
2008 15:18 Aan: ONKELINX, Thierry CC: r-help@r-project.org Onderwerp: Re: [R] Reformatting data into data frame and plotting it in ggplot2 For some reason I get the following error: "Error: could not find function "scale_colour_manual" so I couldn't make the plots. Otherwis

Re: [R] Reformatting data into data frame and plotting it in ggplot2

2008-02-01 Thread Tribo Laboy
For some reason I get the following error: "Error: could not find function "scale_colour_manual" so I couldn't make the plots. Otherwise I completely agree that color is good way to summarize in the key several different models and operations performed on the same data (it is always a trick to f

Re: [R] Reformatting data into data frame and plotting it in ggplot2

2008-02-01 Thread Tribo Laboy
Hi Hadley, Thanks for ggplot. Great piece of work. Very intuitive. The legend always seems to be the most difficult part to implement in any plotting package. gnuplot and RLplot come to mind. Good luck! On Fri, Feb 1, 2008 at 10:17 PM, hadley wickham <[EMAIL PROTECTED]> wrote: > > just the pat

Re: [R] Reformatting data into data frame and plotting it in ggplot2

2008-02-01 Thread hadley wickham
> just the patch. But again the ggplot manual didn't have an example for > that. Also, what if I wanted to plot with lines+symbol, do I have to > use multiple layers? Is it (easily) achievable? Not yet, but I hope to have that working (automatically) in the next version. I'm working on the legend

Re: [R] Reformatting data into data frame and plotting it in ggplot2

2008-02-01 Thread ONKELINX, Thierry
ijdag 1 februari 2008 12:27 Aan: ONKELINX, Thierry CC: r-help@r-project.org Onderwerp: Re: [R] Reformatting data into data frame and plotting it in ggplot2 Hi, Thierry, That was exactly what I was looking for. Thanks. Now I have a data frame with the series data in my workspace, and a plot on the

[R] Reformatting data into data frame and plotting it in ggplot2

2008-02-01 Thread Tribo Laboy
Hello, I am sure this must have been asked before, but my nabble search did not turn anything useful. Just pointer where to look will also be nice. So, I have the following data: x_test1 <- c(1:10) y_test1<-rnorm(10) x_test2 <- c(1:15) y_test2<-rnorm(15) x_test3 <- c(1:20) y_test3<-rnorm(20) Th

Re: [R] Reformatting data into data frame and plotting it in ggplot2

2008-02-01 Thread Tribo Laboy
until you have carefully > considered what they do not say. ~William W. Watt > A statistical analysis, properly conducted, is a delicate dissection of > uncertainties, a surgery of suppositions. ~M.J.Moroney > > -Oorspronkelijk bericht----- > Van: [EMAIL PROTECTED

Re: [R] Reformatting data into data frame and plotting it in ggplot2

2008-02-01 Thread ONKELINX, Thierry
-Oorspronkelijk bericht- Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Namens Tribo Laboy Verzonden: vrijdag 1 februari 2008 9:59 Aan: r-help@r-project.org Onderwerp: [R] Reformatting data into data frame and plotting it in ggplot2 Hello, I am sure this must have been asked before, but my na

[R] Reformatting data into data frame and plotting it in ggplot2

2008-02-01 Thread Tribo Laboy
Hello, I am sure this must have been asked before, but my nabble search did not turn anything useful. Just pointer where to look will also be nice. So, I have the following data: x_test1 <- c(1:10) y_test1<-rnorm(10) x_test2 <- c(1:15) y_test2<-rnorm(15) x_test3 <- c(1:20) y_test3<-rno