powered by
This function plots a subset of the most useful State of Health metrics calculated with SoHIndex_FUN.
SoHIndex_FUN
Both minPctReporting and breaks are passed to SoHIndex_FUN.
minPctReporting
breaks
pat_dailySoHIndexPlot( pat = NULL, minPctReporting = 50, breaks = c(0, 0.2, 0.8, 1), SoHIndex_FUN = pat_dailySoHIndex_00 )
PurpleAir Timeseries pat object.
Percent reporting threshold for A and B channels.
Breaks used to convert index values into index bins.
Function used to create SoHIndex tibble. (Not quoted.)
SoHIndex
pat_dailySoHIndex_00
# NOT RUN { library(AirSensor) gg_A <- pat_dailySoHIndexPlot(example_pat_failure_A) gg_B <- pat_dailySoHIndexPlot(example_pat_failure_B) multi_ggplot(gg_A, gg_B) # }
Run the code above in your browser using DataLab