Segcolt f7d430ad64 A working template with limarka
Binaries are now too old to be working now.
2025-11-25 22:18:10 -03:00

8 lines
203 B
R

# Precisa instalar:
# install.packages("plotrix")
library(plotrix)
slices <- c(10, 12, 4, 16, 11)
lbls <- c("Centro-Oeste", "Sudeste", "Sul", "Norte", "Nordeste")
pie3D(slices,labels=lbls,explode=0.1)