Re: [R] Panel of pie charts

2008-07-29 Thread Gavin Simpson
On Tue, 2008-07-29 at 17:23 +0100, [EMAIL PROTECTED] wrote: > > I am looking to making a panel of pie charts fo some of my > > dritribution data . I was wondering if there is a way in any R > > package to write a small script to do so. > pie() will do you a one-off pie chart, but there is no eq

Re: [R] Panel of pie charts

2008-07-29 Thread Richard . Cotton
> I am looking to making a panel of pie charts fo some of my > dritribution data . I was wondering if there is a way in any R > package to write a small script to do so. pie() will do you a one-off pie chart, but there is no equivalent using grid/ lattice graphics. You could write a panel.pie

Re: [R] Panel of pie charts

2008-07-29 Thread John Kane
Have a look at mfcol in ?par. --- On Tue, 7/29/08, Amin Momin <[EMAIL PROTECTED]> wrote: > From: Amin Momin <[EMAIL PROTECTED]> > Subject: [R] Panel of pie charts > To: r-help@r-project.org > Received: Tuesday, July 29, 2008, 7:34 AM > Hi , > I am looking to m

[R] Panel of pie charts

2008-07-29 Thread Amin Momin
Hi , I am looking to making a panel of pie charts fo some of my dritribution data . I was wondering if there is a way in any R package to write a small script to do so. Thanks, Amin [[alternative HTML version deleted]] __ R-help@r-proj