Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add cardinal angles #398

Open
jc-ulles opened this issue Oct 4, 2024 · 1 comment
Open

Add cardinal angles #398

jc-ulles opened this issue Oct 4, 2024 · 1 comment
Labels
directional 🧭 Directional analysis, e.g. polar plots enhancement Ideas for new features for openair

Comments

@jc-ulles
Copy link

jc-ulles commented Oct 4, 2024

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

@jc-ulles jc-ulles added the question Questions about function use or interpretation label Oct 4, 2024
@jack-davison
Copy link
Collaborator

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

@jack-davison jack-davison added enhancement Ideas for new features for openair directional 🧭 Directional analysis, e.g. polar plots and removed question Questions about function use or interpretation labels Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
directional 🧭 Directional analysis, e.g. polar plots enhancement Ideas for new features for openair
Projects
None yet
Development

No branches or pull requests

2 participants