This function identifies which gaps remain in a time series after applying a filling method. It is used internally.
getGapsAfterFill(filledTS, selGap, envir = KTSEnv)
The filled time series
The gap set that was meant to be filled
The environment
It returns a list containing two data frames: one of them lists the remaining gaps and the other, the filled gaps.