This function plots a subset of the most useful State of Health
metrics calculated with SoHIndex_FUN
.
Both minPctReporting
and breaks
are passed to
SoHIndex_FUN
.
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.)