[R] explosed-pie

ben@zoo.ufl.edu ben at zoo.ufl.edu
Wed Dec 13 16:50:57 CET 2000


  Not at the moment ... you could hack the "piechart" function to do it,
but people here will probably tell you not to, to find another (better)
way to display your data.  If you're desperate I might be able to do it
for you, although not right away.

 As it says in the "piechart" function,

Note:

     Pie charts are a very bad way of displaying information. The eye
     is good at judging linear measures and bad at judging relative
     areas.

     A bar chart or dot chart is a preferable way of displaying this
     type of data.


  Random question to the R cognoscenti: is there a primitive accessible
through R code for drawing arcs and circles?  Except for symbols(), all of
the circle- and ellipse-drawing code I've seen breaks the graphics into a
many-sided polygon ("edges" in piechart()).  This doesn't matter for
bitmap graphics but for vector graphics it might sometimes be nice to have
access to such a function ...

  Ben Bolker

On Wed, 13 Dec 2000, Raffaella Tommasini wrote:

> Dear All R users,
>
> my name is Raffaella Tommasini and I 'm working with R version 1.1.1
>
> I'd like to know if is possible plot "explosed-pie" with R.
>
> Thanks for your attention,
>
> Raffaella Tommasini
>
> Bologna
>
> Italy
>

-- 
318 Carr Hall                                bolker at zoo.ufl.edu
Zoology Department, University of Florida    http://www.zoo.ufl.edu/bolker
Box 118525                                   (ph)  352-392-5697
Gainesville, FL 32611-8525                   (fax) 352-392-3704

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list