Count distance since an NA has occurred
Count number of rows since an NA has occurred
since.na(x)
x |
An Fts object |
an Fts object
Whit Armstrong
x <- fts(index=seq(from=Sys.Date(),by="days",length.out=100),rnorm(100)) x[10,] <- NA since.na(x)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.