powered by
Count number of rows since an NA has occurred
since.na(x)
An Fts object
an Fts object
# NOT RUN { x <- fts(index=seq(from=Sys.Date(),by="days",length.out=100),rnorm(100)) x[10,] <- NA since.na(x) # }
Run the code above in your browser using DataLab