[R] Alignment of x-axis labels

2010-04-15 Thread Steve Murray
Dear all, I'm having trouble getting the correct spacing between x-axis labels on a barplot. This is the command I'm using to generate the plot: temp - barplot(precip, beside=TRUE, xaxt=n, las=1, xpd=FALSE, col=grey28, ylim=c(0, max(precip))) Here is the structure of temp: str(temp)  num

Re: [R] Alignment of x-axis labels

2010-04-15 Thread Peter Ehlers
On 2010-04-15 7:23, Steve Murray wrote: Dear all, I'm having trouble getting the correct spacing between x-axis labels on a barplot. This is the command I'm using to generate the plot: temp- barplot(precip, beside=TRUE, xaxt=n, las=1, xpd=FALSE, col=grey28, ylim=c(0, max(precip))) Here is