pat_dailySoH: Daily state of health

Description Usage Arguments See Also Examples

View source: R/pat_dailySoH.R

Description

This function combines the output of the State of Health (SoH) function arguments into a single tibble.

Usage

1
2
3
4
5
6
pat_dailySoH(
  pat = NULL,
  SoH_functions = c("PurpleAirSoH_dailyPctDC", "PurpleAirSoH_dailyPctReporting",
    "PurpleAirSoH_dailyPctValid", "PurpleAirSoH_dailyMetFit", "PurpleAirSoH_dailyABFit",
    "PurpleAirSoH_dailyABtTest")
)

Arguments

pat

PurpleAir Timeseries pat object.

SoH_functions

Vector of function names. All the passed in functions must output tibbles with a daily datetime variable and must cover the same period of time.

See Also

pat_dailySoHPlot

Examples

1
2
3
4
5
6
7

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