NEWS.md
dd_calc()
: added simp_avg_zero_method
argument for the so-called ‘corn’ variant of the simple average methoddd_simp_avg()
: new function (convenience wrapper for the simple average method)dd_sng_tri()
, dd_sng_sine()
, dd_dbl_tri()
, dd_dbl_sine()
: added cutoff
argumentdd_sng_tri()
, dd_sng_sine()
, dd_dbl_tri()
, dd_dbl_sine()
, dd_calc()
: added digits
argument for rounding;dd_dbl_tri()
, dd_dbl_sine()
, dd_calc()
: default value for nextday_min
changed to daily_min
(to match behavior on UC IPM website); default behavior when nextday_min
is NA
is to substitute daily_min
dd_fetch_cimis()
: fetches daily temperature data from weather stations in the CIMIS network (may move this to another package)dd_calc()
: added quiet
and interpolate_na
arguments; updated to handle NA values