example_sensor: Example AirSensor Timeseries dataset

Description Usage Format

Description

The example_sensor dataset provides a quickly loadable version of an airsensor object for practicing and code examples. This dataset was was generated on 2020-09-15 by running:

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
library(AirSensor)

initializeMazamaSpatialUtils()

example_sensor <- pat_createNew(
  label = "SCAN_14",
  pas = example_pas,
  startdate = "2018-08-14",
  enddate = "2018-09-07"
) 
pat_createAirSensor(parameter = 'pm25', FUN = AirSensor::PurpleAirQC_hourly_AB_01)

save(example_sensor, file = "data/example_sensor.rda")

Usage

1

Format

An S3 object composed of "meta" and "data" data.


AirSensor documentation built on March 13, 2021, 1:07 a.m.