Re: [R] Creating a Polar Plot with expanding points as radius increases

2011-06-28 Thread Patrick Jemison
Hi Jim, That sounds pretty great! I am happy to have contributed a stimulus for action to be taken in further developing the tools. I'll keep an eye out for your update. Thanks, Patrick On Tue, Jun 28, 2011 at 6:29 AM, Jim Lemon wrote: > On 06/28/2011 08:35 AM, Patrick Jemis

Re: [R] Creating a Polar Plot with expanding points as radius increases

2011-06-27 Thread Patrick Jemison
0, 360))+ >  scale_area() > > HTH, > > baptiste > > On 28 June 2011 10:35, Patrick Jemison wrote: >> I'd like to create a polar plot similar to those created by the polarFreq >> function in the openair package.  However, this package seems to be specific >> to w

[R] Creating a Polar Plot with expanding points as radius increases

2011-06-27 Thread Patrick Jemison
ng to find something I could use, but no luck yet. I'm using data of the form: x = r, y = theta, and z = a value to plot at the corresponding r,theta (as a comparison, for the polarFreq plot, z would be the frequency that is indicated by various colors in the pl