Open jc-ulles opened 1 month 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
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