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.
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 thanmaxPadLengthwill be left asNA. Set as an integer.
