recast_monitors | R Documentation |
Switch from the compact ws_monitor format to a square tibble, get daily mean, calculate Log, convert to spatial, and reproject to planar coordinates
recast_monitors(mon)
mon |
ws_monitor object of AirNow or AIRSIS data |
A SpatialPointsDataFrame
dt1 <- as.Date("2018-11-01")
dt2 <- as.Date("2018-11-30")
an_ws <- get_airsis_daterange(dt1, dt2, c("CA", "NV")) %>%
recast_monitors()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.