Re: [R] plot or boxplot!

2007-09-28 Thread John Kane
--- Samuel Okoye <[EMAIL PROTECTED]> wrote: > Hello, > > if we suppose that > > times <- c("2006-05-14", "2006-06-12", > "2006-06-12", "2006-05-14", "2006-05-14", > "2006-06-12") > value <- c(2,3,1,4,3,1) > > then with > > plot(times, value) Have you tried this? I thin

Re: [R] plot or boxplot!

2007-09-28 Thread Uwe Ligges
Samuel Okoye wrote: > Hello, > > if we suppose that > > times <- c("2006-05-14", "2006-06-12", "2006-06-12", "2006-05-14", > "2006-05-14", "2006-06-12") > value <- c(2,3,1,4,3,1) > > then with > > plot(times, value) > > we have two boxplots in one graph for 2006-0

[R] plot or boxplot!

2007-09-27 Thread Samuel Okoye
Hello, if we suppose that times <- c("2006-05-14", "2006-06-12", "2006-06-12", "2006-05-14", "2006-05-14", "2006-06-12") value <- c(2,3,1,4,3,1) then with plot(times, value) we have two boxplots in one graph for 2006-05-14 and 2006-06-12 respectively! Is it possibl