Description Usage Arguments See Also Examples
View source: R/pat_dailySoHIndexPlot.R
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
.
1 2 3 4 5 6 | pat_dailySoHIndexPlot(
pat = NULL,
minPctReporting = 50,
breaks = c(0, 0.2, 0.8, 1),
SoHIndex_FUN = pat_dailySoHIndex_00
)
|
pat |
PurpleAir Timeseries pat object. |
minPctReporting |
Percent reporting threshold for A and B channels. |
breaks |
Breaks used to convert index values into index bins. |
SoHIndex_FUN |
Function used to create |
pat_dailySoHIndex_00
1 2 3 4 5 6 | library(AirSensor)
gg_A <- pat_dailySoHIndexPlot(example_pat_failure_A)
gg_B <- pat_dailySoHIndexPlot(example_pat_failure_B)
multi_ggplot(gg_A, gg_B)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.