Hi @ all,
I try to set a labeling on simple barchart.
I do it with the text function. I want to see values of the x axis
(BE_AKT$ammo) above the bars.
When I try the following code, the values are shown, but not in the correct
position.
They should be labeled 0.08 above the bars.

text(BE_AKT$ammo, BE_AKT$ammo + 0.08, label = BE_AKT$ammo, family="Calibri")

Can somebody help me?

Thank you very much!
GeO



--
View this message in context: 
http://r.789695.n4.nabble.com/Labeling-position-barchart-tp4649031.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
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