A timeseries barchart.

timeseriesBarChart(data, meta, index = "monitorID", label = "label", ...)

Arguments

data

A data.frame that contains the hourly-resolution point location timeseries data. See Details.

meta

A data.frame that contains the point location metadata. See Details.

index

A string to index point location metadata and temporal data by.

label

A string to index point location metadata label by.

...

Additional arguments. See details.

Examples

library(tiotemp) sensor <- example_airsensor_object timeseriesBarChart(data = sensor$data[,c(1,2)], meta = sensor$meta[1,], ylab = "\u03bcg / m\u00b3")