R/monitor_ggTimeseries_archival.R
monitor_ggTimeseries_archival.Rd
This function assembles various layers to create a production-ready archival timeseries plot for one or more monitors.
monitor_ggTimeseries_archival( monitor, startdate = NULL, enddate = NULL, id = NULL, style = c("large", "small"), title = NULL, timezone = NULL, ... )
monitor | A mts_monitor object. |
---|---|
startdate | Desired start date (integer or character in ymd format or POSIXct). |
enddate | Desired end date (integer or character in ymd format or POSIXct). |
id | vector of deviceDeploymentIDs to include in the plot. If more than one, different monitors will be plotted in different colors. |
style | Plot style. |
title | Plot title. If NULL, a suitable title will be constructed. |
timezone | Olson timezone name for x-axis scale and date parsing. If NULL the timezone of the specified monitor will be used. |
... | Arguments passed onto |
A ggplot object.
library(AirMonitorPlots) AirMonitor::NW_Megafires %>% monitor_ggTimeseries_archival( startdate = 20150809, enddate = 20150820, id = "575243c65b9e4719_160690012", timezone = "America/Los_Angeles" )#> Warning: Removed 807 rows containing missing values (geom_pm25points).#> Warning: Removed 805 row(s) containing missing values (geom_path).#> Warning: Removed 9 rows containing missing values (geom_pm25points).#> Warning: Removed 11 row(s) containing missing values (geom_path).