h_gapfill {htsr} | R Documentation |
Simple gapfilling in a time-series
Description
Simple gapfilling in a time-series
Usage
h_gapfill(file, npdt)
Arguments
file |
File name to proceed |
npdt |
Number of time-steps |
Details
Replace the missing values with the linear interpolated value within the gap interval, when the time interval is less than a number of fixed time steps.
CAUTION! this operation is only possible when the time-series has a fixed time-step.
Value
a time-series file with the prefix gf_
Author(s)
P. Chevallier - Nov 2017 - Nov 2021
[Package htsr version 2.1.5 Index]