Re: [R] pie of pie chart

2011-05-02 Thread Jonathan Daily
The package ggplot2 can do this using a density statistic, polar coordinates, and faceting. Extra documentation for the package can be found at the author's site [1]. [1] http://had.co.nz/ On Mon, May 2, 2011 at 10:06 AM, Mathias Walter wrote: > Hi, > > despite the fact that pie charts often fa

[R] pie of pie chart

2011-05-02 Thread Mathias Walter
Hi, despite the fact that pie charts often fail, I'll draw them anyway (in a case were they are not fail ;-) ). Does anybody know a package/methods which can draw pie of pie or bar of pie charts similar to that in MS Excel? -- Kind regards, Mathias __