h_gaprem_itv {htsr} | R Documentation |
Remove gaps in a time-series with a time interval threshold
Description
Remove gaps in a time-series with a time interval threshold
Usage
h_gaprem_itv(file, itv0 = 43201)
Arguments
file |
File name to proceed |
itv0 |
Time threshold in seconds, default = 43201 (i.e 12 hours) |
Details
Remove the missing values when the time interval between the previous and the next record is less than a fixed threshold
Value
a time-series file with the prefix gr_
Author(s)
P. Chevallier - Nov 2019
[Package htsr version 2.1.5 Index]