powered by
Sum of degree days when TX >= 32 Celsius on the interval June-August. The 32 celsius limit is the critical biological threshold for the maximum air temperature from which the physiological optimal growth and development of wheat and maize plants.
stx32(data, data_names = NULL, na.rm = FALSE, ...)
daily maximum temperature, Celsius
names of each period of time
logical. Should missing values (including NaN) be removed?
further arguments passed to or from other methods
temperature, Celsius
# NOT RUN { data(data_all) stx32(data = data_all$tx) # }
Run the code above in your browser using DataLab