search for: awind

Displaying 1 result from an estimated 1 matches for "awind".

Did you mean: wind
2009 Jan 24
2
ggplot2 - how to change location / position of wind rose axis labels?
...ze * 0.8), strip.text.y = theme_text(size = base_size * 0.8, angle = -90), plot.background = theme_rect(colour = NA), plot.title = theme_text(size = base_size * 1.2), plot.margin = unit(rep(0.5, 4), "lines")), class = "options") } awind<-doh + geom_bar(width = 1) + coord_polar() #produces the wind rose but how to move axis labels? awind + theme_bwdn() -- View this message in context: http://www.nabble.com/ggplot2---how-to-change-location---position-of-wind-rose-axis-labels--tp21635526p21635526.html Sent from the R help ma...