#Example 1: Visualize the missing values in x
x <- ts(c(1:11, 4:9,NA,NA,NA,11:15,7:15,15:6,NA,NA,2:5,3:7))
plotNA.distribution(x)
#Example 2: Visualize the missing values in tsAirgap time series
plotNA.distribution(tsAirgap)
Run the code above in your browser using DataLab