You could use the floating.pie function in the plotrix package, but even the
author of that function/package has stated in the past that pie charts are not
the best tool. Also look at the symbols function for some alternatives, I would
use the thermometers (and if that does not give enough options then look at
my.symbols in the TeachingDemos package).
--
Gregory (Greg) L. Snow Ph.D.
Statistical Data Center
Intermountain Healthcare
greg.snow at imail.org
801.408.8111
> -----Original Message-----
> From: r-help-bounces at r-project.org [mailto:r-help-bounces at r-
> project.org] On Behalf Of Mr rong chen
> Sent: Thursday, February 10, 2011 12:40 PM
> To: r-help at r-project.org
> Subject: [R] : package to draw
>
> Do anyone know an R or bioconductor package to draw HGDP pie chart as
> in the link below?
>
> http://hgdp.uchicago.edu/cgi-
> bin/alfreqs.cgi?pos=118253964&chr=chr8&rs=rs12255372&imp=false
>
> Many SNPs were missing from the link, so I would like to draw similar
> graphs in R. I have all the allele frequency data and would like to
> draw them into the worldwide map.
>
> Thank you.
>
> Rong
>
> ______________________________________________
> 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.