powered by
Calculate thermal time using cardinal temperatures
thermalTimeDaily(mint, maxt, x_temp, y_temp, method = NULL)
The thermal time.
The minimum temperature
The maximum temperature
The cardinal temperatures
The effective thermal time
The method to calculate thermal time. The default method is ( maxt + mint ) / 2 - base. The three hour temperature methods will be usesd if method = '3hr'
mint <- c(0, 10) maxt <- c(30, 40) x_temp <- c(0, 20, 35) y_temp <- c(0, 20, 0) thermalTimeDaily(mint, maxt, x_temp, y_temp) thermalTimeDaily(mint, maxt, x_temp, y_temp, method = '3hr')
Run the code above in your browser using DataLab