Jack Davison

Results 79 comments of Jack Davison

Hi ajgor74, This is something I'm sure that can be looked into when there's time to. For now, this is something that can be achieved currently using the development version...

Good spot; something is clearly odd here. Under the hood, it appears that `polarFreq()` is counting before 0/360 and after 0/360 separately, which gives these unusual frequency plots. We'll take...

All sites can be selected through using `importMeta()` to obtain all of the KCL metadata, and then putting the "code" column straight into `importKCL()`. ```r # list codes kcl_codes

Good afternoon, Is this issue still persisting when you follow the instructions in https://bookdown.org/david_carslaw/openair/sections/appendices/appendix-hysplit.html and use the up-to-date functions from the GitHub gist? Thanks, Jack

I'll keep this open for now, however - broadly speaking - there's a lot of [reasons](https://blog.datawrapper.de/dualaxis/) why secondary y axes are a bad idea, and commonly there are less misleading...

You'll need to reshape your data first. See [article here](https://r4ds.had.co.nz/tidy-data.html#pivoting). Going to close as this issue has been stale for a while, but feel free to reopen with a [reproducible...

Fixed in the development version so feel free to give it a go! ```r dplyr::bind_rows( "p" = openair::modStats(openair::mydata, "nox", "no2", method = "pearson", statistic = "r"), "s" = openair::modStats(openair::mydata, "nox",...

Closing stale issue, with note that it is possible to read in data from Excel spreadsheets without going via csv files! ```r library(readxl) library(dplyr) library(tidyr) path_to_file % separate(meta, sep =...

In all `{openair}` plots, font size can be controlled using the `fontsize` argument. ``` r openair::TaylorDiagram(openair::mydata, "no2", "nox", fontsize = 20) ``` ![](https://i.imgur.com/rwcshVW.png) Created on 2023-09-28 with [reprex v2.0.2](https://reprex.tidyverse.org) Note...

I'm closing this issue as it is stale and I can't seem to recreate your issue. If your issue is still persisting, feel free to reopen it and provide a...