Below is the data of a August 23rd, 2017, I want to see a visiual repersentation on whatvaribles effects the tempature of the day.
Time<-c(0100,0200,0300,0400,0500,0600,0700,0800,0900,1000,1100,1200,1300,1400,1500,1600,1700,1800,1900,2000,2100,2200,2300,0000) Tempature<-c(70,70,70,71,71,71,71,72,74,77,80,85,93,91,90,90,90,87,83,77,74,73,72,70) wind<-c(12,13,11,14,15,16,13,12,13,16,17,16,12,10,9,11,12,14,13,12,14,15,14,12) Sun<-c(1,1.25,1.33,3,3.5,5,6,8,9,9.6,10,11,12,11.5,11,9.5,8.4,7,6.1,5.3,4.2,3.2,2.1,1) Chances<-c(10,20,30,20,20,15,15,14,10,10,10,5,0,0,0,5,5,5,10,10,20,30,20,10) Humidity<-c(10,10,30,25,30,30,20,20,30,35,40,60,75,65,40,35,30,25,20,10,10,10,10,10)