PurpleAirSoH_dailyPctValid: Daily valid percentage

Description Usage Arguments Examples

View source: R/PurpleAirSoH_dailyPctValid.R

Description

The number of valid (i.e., not NA or out-of-spec) sensor measurements are summed over the course of a calendar day, then divided by the total number of measurements the sensor actually recorded during that day (including NA and out-of-spec values) to return a percentage of the total recorded measurements that are considered plausible. This metric utilizes the same bounds as the pat_qc() function to identify out-of-spec values.

Usage

1

Arguments

pat

PurpleAir Timeseries pat object.

Examples

1
2
3
4
5
6
7

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