Skip to content
Prev 309276 / 398506 Next

Problems plotting a sparse time series in R

On Oct 29, 2012, at 8:14 AM, Alexander Engelhardt wrote:

            
If you instead use this:

ts <- zoo(stats, date)
plot(ts, type="p")

You may get a better idea why your other panels in plot.zoo are emply.  
Y\In them you have no adjacent points that are not missing. R plotting  
routines generally break aa line plot at a missing value rather than  
drawing a line through missing data.