Skip to content
Prev 244285 / 398506 Next

piechart

On 12/08/2010 07:08 PM, Sybille Wendel (Udata) wrote:
Hi Sybille,
Try this after plotting the first pie

library(plotrix)
floating.pie(0,0,rep(1,12), col=rainbow(24), radius=0.5)

You might find that the subplot function in the TeachingDemos package 
will also be useful.

Jim