Re: [R] intraday plot and gaps in data

2011-07-26 Thread Gabor Grothendieck
On Tue, Jul 26, 2011 at 7:11 AM, Gabor Grothendieck wrote: > On Tue, Jul 26, 2011 at 4:48 AM, djdjoko wrote: >> 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 visib

Re: [R] intraday plot and gaps in data

2011-07-26 Thread Gabor Grothendieck
On Tue, Jul 26, 2011 at 4:48 AM, djdjoko wrote: > 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

[R] intraday plot and gaps in data

2011-07-26 Thread djdjoko
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, plo