Plotting in RStudio

Hi, I am a beginner of RStudio and I am now facing difficulty in handling the hourly data (from 1 Jan 2018 to 31 Dec 2022). I would like to make a plot to evaluate the NO2 concentration, but I don't know how to do it since there are huge amount of data. Should I use boxplot() or plot()? I have tried to make it by using plot(Dataset2$NO2, Dataset2$DATE2018), but I think the plot is a bit weird. So can anyone give me some ideas on how to do it? Thank you.

This seems like it may be a good start point for you. Tidy Time Series Analysis with R | Nick Jenkins

As a beginner you could also have a copy of r4ds handy. https://r4ds.had.co.nz/

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.