interp_approx: interp_approx

View source: R/interp_approx.R

interp_approxR Documentation

interp_approx

Description

Linear interpolation with nearest values

Usage

interp_approx(
  xx,
  stationInfo,
  maxgap = 5,
  verbose = TRUE,
  .parallel = FALSE,
  ...
)

Arguments

xx

list of dtime objects which have missing values

stationInfo

stationInfo object returned by Missinfo function

maxgap

maximum number of consecutive NAs to fill. Any longer gaps will be left unchanged. Note that all methods listed above can accept maxgap as it is ultimately passed to the default method. In na.spline the maxgap argument cannot be combined with xout, though.

verbose

boolean whether print progrss message?

.parallel

boolean

...

ignored


kongdd/MissInfo documentation built on Jan. 14, 2024, 2:22 a.m.