Dear all,

I'm trying to create a very simple stacked barchart where the
percentages are displayed inside the bar. Apparently, this is not as
simple as I thought because I can only create the chart, not the labels:

barchart(prop.table(umgang.bpa,margin=1),xlab="Proportion",auto.key=list(adj
=1),col=c("grey50","grey90","white"))

This yields http://dl.dropbox.com/u/1189251/chart.png which is fine
except that it has no percent values inside the boxes.
Is there an easy way to add those?

Greetings,
Michael

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to