Re: [R] Colouring a grid segment

2009-10-08 Thread darrenh65
polar.plot(0,0,labels='',showgrid=FALSE) par(new=TRUE) While it works it's not very elegant. This could use some further investigation Darren Jim Lemon-2 wrote: > > On 10/08/2009 01:15 PM, darrenh65 wrote: >> Hi, >> I am attempting to create a polar chart (using

Re: [R] Colouring a grid segment

2009-10-08 Thread darrenh65
, rp.type='s',labels='',label.pos=lbl) Any thoughts? Darren Jim Lemon-2 wrote: > > On 10/08/2009 01:15 PM, darrenh65 wrote: >> Hi, >> I am attempting to create a polar chart (using plotrix polar.plt) and I >> need >> to colour a segment of the g

[R] Colouring a grid segment

2009-10-07 Thread darrenh65
Hi, I am attempting to create a polar chart (using plotrix polar.plt) and I need to colour a segment of the grid to indicate an area of interest, say from 90-120 degrees, for arguments sake. Is this possible? I can colour the whole grid by passing the grid.bg parameter through to radial.plot but I