powered by
Number of days with TX > 0 Celsius and TN < 0 Celsius.
zcd(tmax, tmin, data_names = NULL, time.scale = YEAR, na.rm = FALSE)
daily maximum temperature, Celsius
daily minimum temperature, Celsius
names of each period of time
month, season or year
logical. Should missing values (including NaN) be removed?
days
# NOT RUN { data(data_all) zcd(tmax=data_all$tx, tmin=data_all$tn) # }
Run the code above in your browser using DataLab