Re: [R] windrose color ramp issue

2011-12-14 Thread MacQueen, Don
There is also a windrose (though not with that name) function in the openair package. -Don -- Don MacQueen Lawrence Livermore National Laboratory 7000 East Ave., L-627 Livermore, CA 94550 925-423-1062 On 12/12/11 1:20 PM, Adrienne Wootten amwoo...@ncsu.edu wrote: Greetings! I'm having an

Re: [R] windrose color ramp issue

2011-12-14 Thread Clint Bowman
library(openair) ?windRose -- Clint BowmanINTERNET: cl...@ecy.wa.gov Air Quality Modeler INTERNET: cl...@math.utah.edu Department of Ecology VOICE: (360) 407-6815 PO Box 47600FAX:(360) 407-7534

Re: [R] windrose color ramp issue

2011-12-13 Thread Adrienne Wootten
An update on this particular problem I've been having. It seems that the number of pedals (the bins argument of the windrose command) is somehow effecting the number of colors that will be plotted. This makes no sense since it only controls the number of pedals in the windrose not the number of

Re: [R] windrose color ramp issue

2011-12-13 Thread Adrienne Wootten
The issue is solved. For those who wish to use windrose out of the circular package and have more groups magnitude than they do pedals, please note the following line in the windrose function - fill.col = rep(fill.col,length.out=bins) # where bins is the number of pedals, fill.col is the fill

[R] windrose color ramp issue

2011-12-12 Thread Adrienne Wootten
Greetings! I'm having an issue with the windrose produced by the windrose function from the circular package. For our weather stations in North Carolina I'm helping with a script which takes hourly wind speed and direction data to create windroses for our end users. One of the stations in the