makeDotPlot: 'makeDotPlot' makes a geom_point() x/y plot using the viridis...

Description Usage Arguments Author(s) See Also

View source: R/makeDotPlot.R

Description

makeDotPlot makes a geom_point() x/y plot using the viridis colour scheme to colour byVar.

Usage

1
makeDotPlot(dt, xVar, xLab, yVar, yLab, byVar)

Arguments

dt

the data to plot

xVar

the variable to use for the x axis

xLab

the x axis label

yVar

the variable to use for the y axis

yLab

the y axis label

byVar

the variable to use to colour different points

Author(s)

Ben Anderson, b.anderson@soton.ac.uk (original)

See Also

Other plots: addLockdownRectDateTime(), addLockdownRectDate(), addWeekendsDateTime(), addWeekendsDate(), compareYearsDiffPlotDaily(), compareYearsDiffPlotWeekly(), compareYearsPlot(), makeTilePlot(), profileTilePlot()


CfSOtago/airQual documentation built on Nov. 13, 2020, 8:08 a.m.