getGapsAfterFill {KarsTS} | R Documentation |
getGapsAfterFill: get the remaining gaps
Description
This function identifies which gaps remain in a time series after applying a filling method. It is used internally.
Usage
getGapsAfterFill(filledTS, selGap, envir = KTSEnv)
Arguments
filledTS |
The filled time series |
selGap |
The gap set that was meant to be filled |
envir |
The environment |
Value
It returns a list containing two data frames: one of them lists the remaining gaps and the other, the filled gaps.
Author(s)
Marina Saez Andreu
[Package KarsTS version 2.4.1 Index]