NEWS.md
GDD()
GDD()
and late_frost()
crop_sensitive()
to compute crop sensitive indices.late_frost()
to compute late spring frost.get_timeseries()
data.from
in get_timeseries()
last.day
, optional to span
, when indices are retrieved with focus on time series analysisstats::hclust()
print()
method for objects that inherits the class ‘clima_df’pars
, mainly for temperature()
, GDD()
and ETo()
. Details in the function documentationtemperature()
indices provided. Details in the function documentationGDD()
applies two equations adjustments for cold zones and one for warm zones with the argument equation
. Details in the function documentationGDD()
now allows to return the raw daily gdd or number of days to reach the accumulated gdd (the default in previous versions) using the argument return.as
GDD()
arguments. Previous versions used GDD(object, day.one = NULL, degree.days = NULL, base = 10, span = 150, ...)
. From now on GDD()
default behaviour is GDD(object, ..., base = 10)
, with additional arguments are passed through ...
in each defined method. The function return by default the accumulated degree-days across the series.modis()
and chirp()