temp_after_sunrise: Calculate temp after Sunrise

View source: R/hourly_temps.R

temp_after_sunriseR Documentation

Calculate temp after Sunrise

Description

Calculate temp after Sunrise

Usage

temp_after_sunrise(hour, tmin, tmax, sunrise, sunset)

Arguments

hour

hour of day

tmin

minimum temperature of day

tmax

maximum temperature of day

sunrise

hour of sunrise

sunset

hour of sunset

Value

temperature at hour

Examples

temp_after_sunrise(hour = 12, tmin = 15, tmax = 33, sunrise = 8.15, sunset = 18.4)

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