interp_linear: interp_linear

View source: R/interp_linear.R

interp_linearR Documentation

interp_linear

Description

interp_linear

Usage

interp_linear(
  xx,
  stationInfo,
  dist,
  smax = 100,
  nmax = 10,
  sinkfile = NULL,
  ...
)

Arguments

xx

list of dtime objects which have missing values

stationInfo

stationInfo object returned by Missinfo function

dist

Station distance from each other dim = (n * n)

smax

maximum searching radius (km) of linear interpolation, default is 100km.

nmax

maximum number stations used in linear interpolation, default is 10.

sinkfile

file that used to save linear interpolation information

...

ignored


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