lfnainterpolate: Interpolate missing values

View source: R/1NAs.R

lfnainterpolateR 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 "lfobj"

Value

lfobj

An object of class "lfobj"

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

bfplot

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)

lfstat documentation built on Nov. 10, 2022, 5:42 p.m.