Jack Davison

Results 78 comments of Jack Davison

Closing as Jerry has got it spot on, with an additional note that `openColours()` supports all of the colourblind friendly "brewer" palettes (https://www.datanovia.com/en/blog/the-a-z-of-rcolorbrewer-palette/#show-only-colorblind-friendly-brewer-palettes). e.g., "Dark2". ```r openair::pollutionRose(openair::mydata, "nox", cols =...

Can confirm it is direction *from*. ``` r dat ``` r openair::calendarPlot(dat, "ws", annotate = "wd") ``` ![](https://i.imgur.com/JMF22Dn.png)

Hi, I'm afraid that fine level of control is not available in `{openair}`. Have you considered exploring alternative packages, like `{ggplot2}`? The `{ggplot2}` package is a lot more flexible and...

Closing as this appears to be resolved. Answer in https://github.com/davidcarslaw/openair/issues/123 may also be useful. Cheers!

This seems to have been implemented but the issue never closed, so closing now. https://github.com/davidcarslaw/openair/blob/1ccc6eb7bdb17ce6f0b594cc0ce95d84feeebb10/R/percentileRose.R#L503-L506

Hi both, I've just pushed a fix on the development version for this. We can't automatically translate the month names themselves (e.g., Primavera, Estate, etc.) but we can use the...

Reproducing comment from #261 from @jmclaren17. > Hi David, > > I think the issue with calm winds has previously been discussed that sometimes calms are defined as something other...

Closing this as its a duplicate of https://github.com/davidcarslaw/openair/issues/93, where more testing/conversation has happened. Feel free to continue the conversation over there.

Closing this stale issue (4 years). If your issue persists, please feel free to open a new issue, providing a [reproducible example](https://www.tidyverse.org/help/).

Closing stale branch. Please provide a [reproducible example](https://www.tidyverse.org/help/#reprex%3E) in a new issue and we'll be able to help you out. Jack