I think you should use   labels = c(">= 0.66", ">= 0.33", "<= -0.33",
"<= -0.66") .
Note the quote in each element of the vector.

2006/5/3, Johannes Graumann <[EMAIL PROTECTED]>:
Hello,

trying to get something like this to work and am failing:

pie(
c(length(strongN14),length(weakN14),length(weakN15),length(strongN15),length(ambiguous)),
  labels = c(>= 0.66, >= 0.33, <= -0.33, <= -0.66),
  col = c("#9999FF","#0000CC","#009900","lightgreen","white")
)

Can't figure out a way to display the 'greater or equal' ... signs properly.

I'm thankful for any prodding into the right direction.

Joh

______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html



--
黄荣贵
Deparment of Sociology
Fudan University

______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to