[R] irregular ts plot?

Welch, Ivo ivo.welch at yale.edu
Sun May 18 18:15:08 CEST 2003


hi guys:  sorry, one more.  I have irregularly spaced time series, often
with big gaps.  a good analogy is:

	tsvec <- ts(c(1,NA,2,NA,1, NA, 2),freq=12, start=c(1965,12))

Unfortunately, plot( tsvec ) does not plot the data.  is it possible to
convince plot to just ignore the NA items (either with points or lines)

help appreciated.

/iaw




More information about the R-help mailing list