hourly_temp | R Documentation |
Calculate Hourly temperature for any hour of the day
hourly_temp( hour, tmin, tmax, tmin_prev, tmax_prev, tmin_next, sunrise, sunset, sunrise_prev, sunset_prev, sunrise_next )
hour |
hour of day |
tmin |
minimum temperature of day |
tmax |
maximum temperature of day |
tmin_prev |
minimum temperature of previous day |
tmax_prev |
maximum temperature of previous day |
tmin_next |
minimum temperature of next day |
sunrise |
hour of sunrise |
sunset |
hour of sunset |
sunrise_prev |
hour of sunrise for the previous day |
sunset_prev |
hour of sunset for the previous day |
sunrise_next |
hour of sunrise for the next day |
temperature at hour
hourly_temp(0:23, 5, 20, 5, 20, 5, 8, 18, 8, 18, 8)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.