View source: R/makeWeekdayPlot.R
makeWeekdayPlot | R Documentation |
'makeWeekdayPlot' returns a box plot which showing yVar by weekday, compareYear and plotPeriod (assumed to be lockdown).
makeWeekdayPlot(dt, xVar, yVar, yLab, yDiv)
dt |
the data |
xVar |
the weekday variable you want to use |
yVar |
the variable you want to plot |
yLab |
the label for the y axis |
yDiv |
the value you want to divide yVar by to make the y axis more sensible. Default = '1' |
a plot
Ben Anderson, b.anderson@soton.ac.uk
Other plot:
addLockdownRect()
,
createDailyMeanComparePlot()
,
createDailyPcComparePlot()
,
createRecentDateTimePlot()
,
createRecentHalfHourlyProfilePlot()
,
makeWeekdayTimePlot()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.