temp_after_sunset: Calculate temp after sunset

View source: R/hourly_temps.R

temp_after_sunsetR Documentation

Calculate temp after sunset

Description

Calculate temp after sunset

Usage

temp_after_sunset(hour, tmin, tmax, tmin_next, sunrise, sunset, sunrise_next)

Arguments

hour

hour of day

tmin

minimum temperature of day

tmax

maximum temperature of day

tmin_next

minimum temperature of next day

sunrise

hour of sunrise

sunset

hour of sunset

sunrise_next

hour of sunrise for the next day

Value

temperature at hour

Examples

temp_after_sunset(hour = 12, 15, 33, 17, 8.15, 18.4, 8.2)

pruettm/agclimtools documentation built on Aug. 8, 2022, 10:21 a.m.