makeWeekdayPlot: Creates a plot by weekday from the data.table given

View source: R/makeWeekdayPlot.R

makeWeekdayPlotR Documentation

Creates a plot by weekday from the data.table given

Description

'makeWeekdayPlot' returns a box plot which showing yVar by weekday, compareYear and plotPeriod (assumed to be lockdown).

Usage

makeWeekdayPlot(dt, xVar, yVar, yLab, yDiv)

Arguments

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'

Value

a plot

Author(s)

Ben Anderson, b.anderson@soton.ac.uk

See Also

Other plot: addLockdownRect(), createDailyMeanComparePlot(), createDailyPcComparePlot(), createRecentDateTimePlot(), createRecentHalfHourlyProfilePlot(), makeWeekdayTimePlot()


CfSOtago/gridCarbon documentation built on April 5, 2022, 6:46 a.m.