--- 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
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
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
3 matches
Mail list logo