Description Usage Arguments Value Note Examples
Create a merged timeseries using of any number of pat objects for a single sensor. If pat objects are non-contiguous, the resulting pat will have gaps.
1 |
... |
Any number of valid PurpleAir Time series pat objects. |
A PurpleAir Time series pat object.
An error is generated if the incoming pat objects have non-identical metadata.
1 2 3 4 5 6 7 8 9 10 11 12 | library(AirSensor)
aug01_08 <-
example_pat %>%
pat_filterDate(20180801, 20180808)
aug15_22 <-
example_pat %>%
pat_filterDate(20180815, 20180822)
pat_join(aug01_08, aug15_22) %>%
pat_multiPlot(plottype = "pm25")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.