I would appreciate your help.
I am using the function windRose
of the openair
package for R. I am doing wind roses for wind date from many stations, and I need to compare the results from all roses together. The problem is that the windRose
function fixes the maximum radius of the windrose to a little bit more than the maximum % of counts found in any direction. How can I control the maximum scale of the windrose, lets say putting a fixed maximum of 30% for the max plotting radius instead of the default maximum put by the function and which depends on my data?
I have explored the code of the function but I have not been able to locate the position in the windRose
function code where I could do this change.
Not exactly an answer to your question, but...
My
ggplot2
windrose code whererose
is a data.frame with columns ofwind_speed
andwind_direction
in degrees: