R/pat_aggregateOutlierCounts.R
pat_aggregateOutlierCounts.Rd
Aggregate data with count of outliers in each bin
pat_aggregateOutlierCounts(
pat = NULL,
unit = "minutes",
count = 60,
windowSize = 23,
thresholdMin = 8
)
PurpleAir Timeseries pat object.
Character string specifying temporal units for binning.
Number of units per bin.
the size of the rolling window. Must satisfy windowSize <= count.
the minimum threshold value to detect outliers via hampel filter
data.frame
A data.frame with flag counts per bin.
pat_aggregateData