Skip to content
Prev 32195 / 398506 Next

irregular ts plot?

On Sun, 18 May 2003, Welch, Ivo wrote:

            
It does with type="p" or type="b".  As every other point is missing in 
your example, there are no non-missing segments to plot with type="l" (the 
default).

If you don't want the missing points noticed, don't use ts() which is
designed for regular times series.  (I believe that package tseries has
the beginnings of support for irregular series in recent versions.)