A timeseries barchart.
timeseriesBarChart(data, meta, index = "monitorID", label = "label", ...)
| 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. |