Re: [R] plotting wind rose data (Karl Ropkins)

2010-10-02 Thread Tal Galili
Hi Karl, There is an example of using Deducer's with ggplot2 to produce a rose plot (including a video of use), I thought you might find it useful: http://www.r-statistics.com/2010/08/rose-plot-using-deducers-ggplot2-plot-builder/

Re: [R] plotting wind rose data (Karl Ropkins)

2010-10-01 Thread Karl Ropkins
David, Following on from Jim Lemon's suggest that polar plots might be more what you need, there are both wind rose and polar plot functions in the openair package that might be of use (particularly windRose and polarFreq). They will not do everthing you are after without some careful condition

Re: [R] plotting wind rose data

2010-09-30 Thread Jim Lemon
On 09/30/2010 04:12 PM, David Potts wrote: Hi List, I am trying to create a spatial representation of some wind data. I have the season, frequency, strength and direction of the wind from 10 different locations, the coverage of the area that I am interested in is not 100% there are small gaps

Re: [R] plotting wind rose data

2010-09-30 Thread David Potts
Thanks Denis, looks useful. I not trying to generate a wind rose per data point, I am trying to generate a raster map/shape file showing for example, the Prevailing Winds at a point midway between to wind roses. > Hi: > > Try this: > > library(sos) # install first if you do

Re: [R] plotting wind rose data

2010-09-30 Thread Dennis Murphy
Hi: Try this: library(sos) # install first if you don't have it findFn('wind rose') You'll find there are several packages with functions to produce wind rose plots. HTH, Dennis On Wed, Sep 29, 2010 at 11:12 PM, David Potts wrote: > > > Hi List, > > I am trying to create a