powered by
Displays a wind rose legend in the style used by the Australian Bureau of Meteorology.
oz.windrose.legend(maxpct=20,scale.factor=30, speed.col=c("#dab286","#fe9a66","#ce6733","#986434"), speed.width=NA,legend.pos=NA)
The maximum percentage to display on the radial grid.
The scale factor for the plot.
Colors representing speed ranges.
Half widths of the bars representing speed ranges.
The vertical position of the wind rose legend. The Australian Bureau of Meteorology displays the legend at the top of the plot
nil
oz.windrose
# NOT RUN { plot(0,xlim=c(-20,20),ylim=c(-20,20),type="n",axes=FALSE,xlab="",ylab="") par(xpd=TRUE) oz.windrose.legend() par(xpd=FALSE) # }
Run the code above in your browser using DataLab