Description Usage Arguments See Also Examples
This function combines the output of the State of Health (SoH) function arguments into a single tibble.
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")
)
|
pat |
PurpleAir Timeseries |
SoH_functions |
Vector of function names. All the passed in functions
must output tibbles with a daily |
pat_dailySoHPlot
1 2 3 4 5 6 7 | library(AirSensor)
SoH <-
example_pat_failure_B %>%
pat_dailySoH()
timeseriesTbl_multiPlot(SoH, ncol = 4)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.