I am dealing with some micro-climate data, where temperature was measured at 3 hour intervals over the course of 11 days.
I am hoping to generate a scatter plot of this data in R Studio, but am battling as I am quite new to the program.
I would like to plot the "time of day" along the x axis and temperature along the y axis, with each set of temperature measurements for each day as a separate series ("Temp day 1," "Temp day 2," "Temp day 3" ... "Temp day 11") on the plot with each series represented with uniquely coloured/symbolized data points.
My data column headings look like this in excel and I have imported it into R studio in this layout.
Time of Day | Temperature day 1 | Temperature day 2 | Temperature day 3 ... Temperature day 11
Once I have plotted this scatter plot in R Studio, is it them possible to fit trend lines to the data points at the 90th, 50th and 10th quantiles? If so would I be able to get the the slope values for these trend lines for comparision?
Any help with the appropriate codes to run, in order to perform these tasks would be greatly appreciated.
Many Thanks