On Saturday 15 December 2007 07:13:34 am [EMAIL PROTECTED] wrote:
> Hi all,
>
> I'm trying to plot my daily time series, with 3650 observations( 10 years),
> with boxplot but I want 12 boxes, one for each month, can anyone help me
> doing that.
>
> Best regards
>
Sure,
there are several approache
From your post it is not clear how the data are organized. Supposing
they are in a data frame you could use the ~ sintax.
For example:
timeColumn=as.Date("01-01-1970") + 1:500
timeSeries=rnorm(500)
df=data.frame(time=timeColumn, index=timeSeries)
> > head(df)
> time index
> 1 1-01-20 -
Hi all,
I'm trying to plot my daily time series, with 3650 observations( 10 years),
with boxplot but I want 12 boxes, one for each month, can anyone help me doing
that.
Best regards
__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman
3 matches
Mail list logo