search for: pmrf_windrose_info_new

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

2009 Dec 04
2
[ggplot2] Wind rose orientation
...t up. How to get north straight up? I've read the book (very nice) and have skimmed through the documentation without finding what I need. Any help much appreciated. Here is the code from my Org-babel session: #+begin_src R :session library(ggplot2) wind.data <- read.csv("pmrf_windrose_info_new.csv") wind <- ggplot(wind.data, aes(x = degree, y = time, fill = wind)) wind.bar <- wind + geom_bar(stat = "identity") wind.bar + coord_polar() #+end_src All the best, Tom Thomas S. Dye, Ph.D. T. S. Dye & Colleagues, Archaeologists, Inc. Phone: (808) 529-0866 Fax...