Skip to content
Prev 244276 / 398506 Next

Odp: piechart

Hi

Use par(new=TRUE)
before calling new plot

pie(rep(1,12), col=rainbow(24), radius=0.9)
par(new=TRUE)
pie(rep(1,12), col=topo.colors(24), radius=0.5)

But use piechearts only when you want to deceive your audience.

Regards
Petr


r-help-bounces at r-project.org napsal dne 08.12.2010 09:08:13:
http://www.R-project.org/posting-guide.html