I´m sorry, I did not provide any code.

Here is now a small example:

# create data frame
  LA <- data.frame(countries=c("Chile", "Peru", "Bolivia"), values=c 
(10, 12, 13))
# call barplot
  barplot(LA$values, names.arg=LA$countries)
# Countries names are not plotted, but their index numbers instead.
# So again the question:
# How can I tilt the angles in order to make whole names fit?

Thanks
Christoph




        [[alternative HTML version deleted]]

______________________________________________
[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
and provide commented, minimal, self-contained, reproducible code.

Reply via email to