lfnainterpolate {lfstat} | R Documentation |
Interpolate missing values
Description
If a low flow object contains missing values, the missing values are replaced by connecting the last available value before the break and the first after the break by a straight line.
Usage
lfnainterpolate(lfobj)
Arguments
lfobj |
An object of class |
Value
lfobj |
An object of class |
with interpolated missing values
Warning
Check carefully in advance if interpolation is a reasonable choice for filling the hydrograph
Author(s)
Daniel Koffler and Gregor Laaha
References
Gustard, A. & Demuth, S. (2009) (Eds) Manual on Low-flow Estimation and Prediction. Operational Hydrology Report No. 50, WNO-No. 1029, 136p.
See Also
Examples
data(ngaruroro)
# Part of the ngaruroro series with missing data
hydrograph(ngaruroro, startdate = "1/7/1987", enddate = "1/9/1987",amin = FALSE)
ngaruroroint <- lfnainterpolate(ngaruroro)
# The completed hydrograph
hydrograph(ngaruroroint, startdate = "1/7/1987", enddate = "1/9/1987",amin = FALSE)
[Package lfstat version 0.9.12 Index]