Jack Davison

Results 79 comments of Jack Davison

Closing as this appears to be fixed. ``` r library(openair) mydata

This should now be fixed in the dev version. ``` r library(openair) mydata |> splitByDate("2000-01-10") |> timeVariation( pollutant = "pm10", group = "split.by", difference = TRUE, type = "year" )...

Hi lyggd, This is described in the [openair book](https://bookdown.org/david_carslaw/openair/trajectory-analysis.html#plotting-trajectories). Best, Jack

Closing as this appears to have been fixed. ``` r w1 ``` r w2

I appreciate that this issue is old, but does the answer here help at all? https://github.com/davidcarslaw/openair/issues/270 In short, we have an experimental `ggplot2` implementation of `trajMap()` in `{openairmaps}` which may...

Closing stale issue. Noting that all examples provided under `TaylorDiagram()` currently run. ``` r library(openair) ## dummy model data for 2003 dat ``` r ## Taylor plot by season TaylorDiagram(mod.dat,...

Hi gendeadknight, I believe your issue is that you have included "ws" in your list of pollutants. ``` r openair::timePlot( openair::mydata, pollutant = "nox", avg.time = "month", y.relation = "free",...

Closing issue as this appears to have been fixed. Feel free to reopen if not. Cheers, Jack ``` r openair::mydata |> tidyr::drop_na(nox) |> openair::TheilSen("nox", deseason = TRUE) #> [1] "Taking...

Closing as this appears to be fixed. ``` r openair::aqStats( openair::selectByDate(openair::mydata, year = 2000), pollutant = c("so2", "nox", "o3", "co"), data.thresh = 75, transpose = FALSE ) #> # A...

Closing as the openair manual has been superseded by the openair book, which is a fully online resource found [here](https://bookdown.org/david_carslaw/openair/). The openair book is fully reproducible and self-contained, which avoids...