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]]
Have a look at mfcol in ?par. --- On Tue, 7/29/08, Amin Momin <gtg269c at mail.gatech.edu> wrote:> From: Amin Momin <gtg269c at mail.gatech.edu> > Subject: [R] Panel of pie charts > To: r-help at r-project.org > Received: Tuesday, July 29, 2008, 7:34 AM > 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 at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, > reproducible code.__________________________________________________________________ [[elided Yahoo spam]]
> 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 function to draw them, but be warned: pie charts are almost never the best option for displaying data. (See http://www.perceptualedge.com/articles/visual_business_intelligence/save_the_pies_for_dessert.pdf for example.) Have you considered using barcharts instead? Regards, Richie. Mathematical Sciences Unit HSL ------------------------------------------------------------------------ ATTENTION: This message contains privileged and confidential inform...{{dropped:20}}