dayTemp {meteor} | R Documentation |
Estimate the mean temperature during the day (between sunrise and sunset) from daily minimum and maximum temperature.
The function requires the day of the year and latitude to compute the photoperiod.
dayTemp(tmin, tmax, doy, latitude)
tmin |
numeric. minimum temperature (any unit) |
tmax |
numeric. maximum temperature (any unit) |
doy |
integer. Day of the year (between 1 and 365) |
latitude |
numeric. Latitude |
numeric
dayTemp(c(20,22), c(28,34), c(150,151), 52)