powered by
Calculates Growing Degree Days, Helio-thermal Units, Photo-thermal Units, and Heat Use Efficiency from temperature data.
thermal_indices( tmax, tmin, base_temp = 10, sunshine_hours = NULL, day_length = NULL, crop_yield = NULL, biomass = NULL, verbose = TRUE )
List with thermal indices
Vector of daily maximum temperatures (C)
Vector of daily minimum temperatures (C)
Base temperature (C)
Vector of daily sunshine hours (optional)
Vector of day length in hours (optional)
Crop yield for HUE calculation (optional)
Biomass for HUE calculation (optional)
Logical. If TRUE (default), prints formatted output to console.
Lalit Kumar Rolaniya, Ram Lal Jat, Monika Punia, Raja Ram Choudhary
tmax <- runif(90, 30, 42) tmin <- runif(90, 18, 28) thermal_indices(tmax, tmin, base_temp = 10)
Run the code above in your browser using DataLab