These box plots tell us the ranges of the maximum and minimum temperatures by month. The ranges of the maximum and minimum temperatures are much smaller in the summer months compared to the rest of the year. Another piece of information that these plots tell us is that July is the hottest month of the year based on the median daily temperatures of each month.
## MONTH AverageMaxTemp StDevMaxTemp AverageMinTemp StDevMinTemp
## 1 1 36.11111 12.800567 21.10394 12.359714
## 2 2 40.11811 13.896065 23.87795 12.246677
## 3 3 51.79570 12.805596 33.12186 10.438904
## 4 4 65.07037 10.477745 43.18519 9.202541
## 5 5 76.02509 10.005542 55.79928 8.999752
## 6 6 82.95185 6.494600 63.20000 6.006564
## 7 7 85.70968 5.862785 66.78853 5.158817
## 8 8 84.57706 4.950871 64.96416 5.244950
## 9 9 78.35556 8.496198 58.19259 7.679932
## 10 10 65.91398 10.970847 46.44444 8.877441
## 11 11 52.36296 11.180910 34.74074 8.867017
## 12 12 42.18638 11.473508 29.16487 9.947057
Two Questions that can be asked of this table:
## MONTH YEAR Max_Temp DATE
## 1 4 2018 51 4/1/2018
## 2 4 2018 45 4/2/2018
## 3 4 2018 62 4/3/2018
## 4 4 2018 62 4/4/2018
## 5 4 2018 48 4/5/2018
## 6 4 2018 58 4/6/2018
## 7 4 2018 42 4/7/2018
## 8 4 2018 43 4/8/2018
## 9 4 2018 38 4/9/2018
## 10 4 2018 45 4/10/2018
## 11 4 2018 62 4/11/2018
## 12 4 2018 79 4/12/2018
## 13 4 2018 82 4/13/2018
## 14 4 2018 75 4/14/2018
## 15 4 2018 61 4/15/2018
## 16 4 2018 46 4/16/2018
## 17 4 2018 37 4/17/2018
## 18 4 2018 57 4/18/2018
## 19 4 2018 52 4/19/2018
## 20 4 2018 58 4/20/2018
## 21 4 2018 60 4/21/2018
## 22 4 2018 69 4/22/2018
## 23 4 2018 70 4/23/2018
## 24 4 2018 56 4/24/2018
## 25 4 2018 62 4/25/2018
## 26 4 2018 67 4/26/2018
## 27 4 2018 71 4/27/2018
## 28 4 2018 53 4/28/2018
## 29 4 2018 58 4/29/2018
## 30 4 2018 70 4/30/2018