Re: [R] Problem on plotting TS using GGPLOT

2009-09-25 Thread Gabor Grothendieck
logie en kwaliteitszorg / Section biometrics, >>>> methodology and quality assurance >>>> Gaverstraat 4 >>>> 9500 Geraardsbergen >>>> Belgium >>>> tel. + 32 54/436 185 >>>> thierry.onkel...@inbo.be >>>> www.inbo.be >>>> >

Re: [R] Problem on plotting TS using GGPLOT

2009-09-25 Thread Bogaso
e >>> www.inbo.be >>> >>> To call in the statistician after the experiment is done may be no more >>> than asking him to perform a post-mortem examination: he may be able to >>> say what the experiment died of. >>> ~ Sir Ronald

Re: [R] Problem on plotting TS using GGPLOT

2009-09-25 Thread Gabor Grothendieck
ecdote is not data. >> ~ Roger Brinner >> >> The combination of some data and an aching desire for an answer does not >> ensure that a reasonable answer can be extracted from a given body of >> data. >> ~ John Tukey >> >> -Oorspronkelijk bericht- >>

Re: [R] Problem on plotting TS using GGPLOT

2009-09-25 Thread Bogaso
t; ensure that a reasonable answer can be extracted from a given body of >> data. >> ~ John Tukey >> >> -Oorspronkelijk bericht- >> Van: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] >> Namens bogaso.christofer >> Verzonden: vrijda

Re: [R] Problem on plotting TS using GGPLOT

2009-09-25 Thread Bogaso
ing desire for an answer does not > ensure that a reasonable answer can be extracted from a given body of > data. > ~ John Tukey > > -Oorspronkelijk bericht- > Van: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] > Namens bogaso.christofer > Verzonden: vrij

Re: [R] Problem on plotting TS using GGPLOT

2009-09-25 Thread ONKELINX, Thierry
bogaso.christofer Verzonden: vrijdag 25 september 2009 14:47 Aan: r-h...@stat.math.ethz.ch Onderwerp: [R] Problem on plotting TS using GGPLOT Hi, I have following codes : library(zoo); library(ggplot2); library(plyr) dat <- rnorm(306); vv <- letters[1:6]; dat1 <- data.frame(dat,

[R] Problem on plotting TS using GGPLOT

2009-09-25 Thread bogaso.christofer
Hi, I have following codes : library(zoo); library(ggplot2); library(plyr) dat <- rnorm(306); vv <- letters[1:6]; dat1 <- data.frame(dat, vv) dat2 = zooreg(rnorm(51), as.yearmon(as.Date("2000-01-01")), frequency=12) ggplot(dat1) + geom_line(aes(y=dat, x=index(dat2),