# NOT RUN {
library(AirSensor)
df_00 <-
example_pat_failure_A %>%
pat_qc() %>%
PurpleAirQC_hourly_AB_00()
df_01 <-
example_pat_failure_A %>%
pat_qc() %>%
PurpleAirQC_hourly_AB_01()
df_03 <-
example_pat_failure_A %>%
pat_qc() %>%
PurpleAirQC_hourly_AB_03()
layout(matrix(seq(2)))
plot(df_00, pch = 16, cex = 0.8, col = "red")
points(df_01, pch = 16, cex = 0.8, col = "black")
title("example_pat_failure_A -- PurpleAirQC_hourly_AB_01")
plot(df_00, pch = 16, cex = 0.8, col = "red")
points(df_03, pch = 16, cex = 0.8, col = "black")
title("example_pat_failure_A -- PurpleAirQC_hourly_AB_03")
layout(1)
# }
Run the code above in your browser using DataLab