search for: tsvec

Displaying 2 results from an estimated 2 matches for "tsvec".

Did you mean: tsvc
2014 Nov 25
0
problem with setGroupGeneric from package methods
...amesofvariables", group="pcfData") ## setGeneric("pc.data.matrix" , group="pcfData") ## setGeneric("pc.data.vec" , group="pcfData") ## setGeneric("pc.data.Vec" , group="pcfData") ## setGeneric("pc.data.tsvec" , group="pcfData") ## setGeneric("pc.data.tsVec" , group="pcfData") # setGeneric("",group="pcfData") setGeneric("pc.nepochs" ) setGeneric("pc.nvariables" ) setGeneric("pc.namesofseasons" )...
2003 May 18
2
irregular ts plot?
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