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
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)
n
2 matches
Mail list logo