Learn R Programming

AirSensor (version 1.0.8)

pat_dailySoHPlot: Daily State of Health metric plot

Description

This function plots a subset of the most useful State of Health metrics calculated by the pat_dailySoH function. The function runs pat_dailySoH internally and uses the output to create the plot.

Usage

pat_dailySoHPlot(pat = NULL, ncol = 2)

Arguments

pat

PurpleAir Timeseries pat object.

ncol

Number of columns in the faceted plot.

See Also

pat_dailySoH

Examples

Run this code
# NOT RUN {
library(AirSensor)

pat_dailySoHPlot(example_pat_failure_B)
# }

Run the code above in your browser using DataLab