Skip to content
Back to formatted view

Raw Message

Message-ID: <E567CC8558C64382989A3F0032C7C1E9@ccePC>
Date: 2011-05-19T12:07:26Z
From: Silvano
Subject: Pie chart

I made a pie chart and the names of the levels are outside 
the circle. How do I put the names of the levels within each 
sector?

names(tab13) = paste(c('Regular', 'Bom', 'Excelente'), 
round(100*prop.table(tab13), dig=1), "%")
pie(tab13, col=c("LightYellow", "lightgreen", 'lightblue', 
'white'), clockwise=F, radius=.7)

Thanks,

--------------------------------------
Silvano Cesar da Costa
Departamento de Estat?stica
Universidade Estadual de Londrina
Fone: 3371-4346