powered by
Spaghetti Plot that shows data by hour-of-day.
rawPlot_timeOfDaySpaghetti(df, parameter = "pm25", tlim = NULL, shadedNight = TRUE, meanCol = "black", meanLwd = 4, meanLty = 1, highlightDates = c(), highlightCol = "dodgerblue", ...)
enhanced, raw dataframe as created by the raw_enhance() function
raw_enhance()
variable to be plotted
optional vector with start and end times (integer or character representing YYYYMMDD[HH])
add nighttime shading
color used for the mean line (use NA to omit the mean)
NA
line width used for the mean line
line type used for the mean line
dates to be highlighted in YYYYMMDD format
color used for highlighted days
additional graphical parameters are passed to the lines() function for day lines
lines()
# NOT RUN { raw <- airsis_createRawDataframe(20160901, 20161015, 'USFS', 1012) raw <- raw_enhance(raw) rawPlot_timeOfDaySpaghetti(raw,parameter="temperature") # }
Run the code above in your browser using DataLab