Hi, I have an intraday timeseries of financial data (see below) which has gaps due to market opening and closing hours. I am trying to plot it, but the time gap is always visible in the plot. I tried converting data to xts, zoo, timeSeries and plotting it with different functions i.e. plot.xts, plot.zoo. The only way to make it work was with function 'chartSeries' in the quantmod package which excludes non existing data from the plot. I still would like to use the plot, plot.zoo or plot.xts functions if possible. I spent a lot of time looking through forums and could not find anything that would help. Is this possible at all?
Thanks 2009-09-08 20:40:00 169 2009-09-08 20:45:00 170 2009-09-08 20:50:00 170 2009-09-08 20:55:00 170 2009-09-09 07:00:00 175 2009-09-09 07:05:00 176 2009-09-09 07:10:00 176 2009-09-09 07:15:00 176 -- View this message in context: http://r.789695.n4.nabble.com/intraday-plot-and-gaps-in-data-tp3695173p3695173.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.