50% off | Unlimited Data & AI Learning

Last chance! 50% off unlimited learning

Sale ends in


AirSensor (version 1.0.8)

PurpleAirSoH_dailyPctValid: Daily valid percentage

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

PurpleAirSoH_dailyPctValid(pat = NULL)

Arguments

pat

PurpleAir Timeseries pat object.

Examples

Run this code
# NOT RUN {
library(AirSensor)
  
tbl <- 
  example_pat_failure_B %>%
  PurpleAirSoH_dailyPctValid() 

timeseriesTbl_multiPlot(tbl, ylim = c(0,100))
# }

Run the code above in your browser using DataLab