Thanks Peter, Peter Alspach wrote: > Ricardo > > The las argument will allow rotation of 90 degrees: > > par(mfrow=c(2,2)) > barplot(1:10, names=letters[1:10], las=0) > barplot(1:10, names=letters[1:10], las=1) > barplot(1:10, names=letters[1:10], las=2) > barplot(1:10, names=letters[1:10], las=3) > > If you want to do other rotation angles then it will be more complicated (but > not much). >
90ª will be OK. But I am afraid I will have to move to axis() anyway. Look at this... http://mire.environmentalchange.net/~webmaster/images/BarPlotLabel.png It seems there is not enough room for labels. Even those that are short enough aren't always displayed. If I use letters, they do just fine. Could I control this space? I am afraid that I don't understand this ... at the bottom of the arguments list in ?barplot or any other R function :-( Thank you so much for your help, Ricardo -- Ricardo Rodríguez Your XEN ICT Team ______________________________________________ [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.

