pat_dailySoHIndexPlot: Daily State of Health metric plot

Description Usage Arguments See Also Examples

View source: R/pat_dailySoHIndexPlot.R

Description

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.

Usage

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
)

Arguments

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 SoHIndex tibble. (Not quoted.)

See Also

pat_dailySoHIndex_00

Examples

1
2
3
4
5
6

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