block by cavedave ef3502c93c492352d53b4875224f7110

Ridgeline plot (Joyplot) of temperatures at dublin Airport in 2021. Thicker means there were more days with that temperature. Using max temperature as thats how we think of it due to weather forecasts. As in yesterday was 21C means the hottest yesterday got was 21Cget data from https://www.met.ie/climate/available-data/historical-data for Dublin airport ```{r} dub<-read_csv('dly532.csv', skip=25, col_names = TRUE) head(dub) ```

IrelandTemp2021.r