powered by
Loads pre-generated .RData files containing the most recent AirNow data.
AirNow parameters include the following:
PM2.5
Avaialble RData and associated log files can be seen at: https://haze.airfire.org/monitoring/AirNow/RData/latest
airnow_loadLatest(parameter = "PM2.5", baseUrl = "https://haze.airfire.org/monitoring/AirNow/RData/")
parameter of interest
base URL for AirNow data
A ws_monitor object with AirNow data.
airnow_load
airnow_loadDaily
# NOT RUN { airnow <- airnow_loadLatest() ca_mean <- monitor_subset(airnow, stateCodes='CA') %>% monitor_collapse() monitorPlot_timeseries(ca_mean, shadedNight=TRUE) # }
Run the code above in your browser using DataLab