Skip to content
Prev 64101 / 398498 Next

Setting x-axis labels in plot()

Hi
 
This draws the (kind of) plot I want:
 
plot(InsectSprays[,2:1])
 
But how do I make it label the x-axis with A, B, C, D etc instead of 1:6?
 
Mick