recast_monitors: recast_monitors

View source: R/monitors.R

recast_monitorsR Documentation

recast_monitors

Description

Switch from the compact ws_monitor format to a square tibble, get daily mean, calculate Log, convert to spatial, and reproject to planar coordinates

Usage

recast_monitors(mon)

Arguments

mon

ws_monitor object of AirNow or AIRSIS data

Value

A SpatialPointsDataFrame

Examples

dt1 <- as.Date("2018-11-01")
  dt2 <- as.Date("2018-11-30")
  an_ws <- get_airsis_daterange(dt1, dt2, c("CA", "NV")) %>%
    recast_monitors()

raffscallion/rapidfire documentation built on June 1, 2025, 2:04 p.m.