Re: [R] plot x-axis DateTime NOT evenly spaced

2013-01-09 Thread ishi soichi
-%m-%d %H:%M:%S") > library(xts) > dat3<-xts(dat2[,-1],order.by=dat2[,1]) > plot(dat3) > A.K. > > > > > ----- Original Message - > From: ishi soichi > To: r-help > Cc: > Sent: Monday, January 7, 2013 3:55 AM > Subject:

Re: [R] plot x-axis DateTime NOT evenly spaced

2013-01-07 Thread arun
Message - From: ishi soichi To: r-help Cc: Sent: Monday, January 7, 2013 3:55 AM Subject: [R] plot x-axis DateTime NOT evenly spaced R-64 latest Hi. I am trying to plot a set of csv data, which looks like > head(interval)                       date inteval 1 2012-07-01 00:57:54 +0900 

Re: [R] plot x-axis DateTime NOT evenly spaced

2013-01-07 Thread Uwe Ligges
On 07.01.2013 09:55, ishi soichi wrote: R-64 latest Hi. I am trying to plot a set of csv data, which looks like head(interval) date inteval 1 2012-07-01 00:57:54 +0900 156 2 2012-07-01 01:07:41 +0900 587 3 2012-07-01 01:09:31 +0900 110 4 2012-07-01 01:18:

[R] plot x-axis DateTime NOT evenly spaced

2013-01-07 Thread ishi soichi
R-64 latest Hi. I am trying to plot a set of csv data, which looks like > head(interval) date inteval 1 2012-07-01 00:57:54 +0900 156 2 2012-07-01 01:07:41 +0900 587 3 2012-07-01 01:09:31 +0900 110 4 2012-07-01 01:18:42 +0900 551 5 2012-07-01 01:39:01 +0900