davidcarslaw / openair

Tools for air quality data analysis
https://davidcarslaw.github.io/openair/
GNU General Public License v2.0
305 stars 113 forks source link

Add cardinal angles #398

Open jc-ulles opened 1 month ago

jc-ulles commented 1 month ago

Question

Hi, I'm working with openair windRose() function but I would like to add more cardinal angles like North East (NE), East North East (ENE), and so on. Is it possible to do that?

Do you know how to delete "mean = X value", calme = "X% value" and "Frequency of counts by wond direction (%)"?

Many thanks! JC

jack-davison commented 4 days ago

Hi JC!

Your first question cannot currently be done easily (unless you want to have a go doing it manually - https://bookdown.org/david_carslaw/openair/sections/appendices/appendix-annotate.html); we'd have to look into adding that functionality.

To your second question - the annotate arg deals with that:

openair::windRose(openair::mydata)


openair::windRose(openair::mydata, annotate = FALSE)

Created on 2024-11-12 with reprex v2.1.1