na_interp: Pad NA gaps of user-defined width with interpolated values.

View source: R/na_interp.R

na_interpR Documentation

Pad NA gaps of user-defined width with interpolated values.

Description

An internal function that helps to create a time series that will then be used by clim_calc within ts2clm to produce a climatology as desired by the user.

Usage

na_interp(doy = doy, x = ts_x, y = ts_y, maxPadLength)

Arguments

doy

Date-of-year as per make_whole_fast.

x

Date as per make_whole_fast.

y

Measurement variable as per make_whole_fast.

maxPadLength

Specifies the maximum length of days over which to interpolate (pad) missing data (specified as NA) in the input temperature time series; i.e., any consecutive blocks of NAs with length greater than maxPadLength will be left as NA. Set as an integer.

Value

The function returns the data (a data.table) in a long format.

Author(s)

Smit, A. J.


robwschlegel/heatwaveR documentation built on April 23, 2024, 10:24 p.m.