Re: [R] reorder x-axis

2008-03-11 Thread John Kane
Have a look at the posting guide (link at bottom of the post). :) It is much easier to see what is happening if you submit an working example. At the moment we'd just be guessing at what you're doing. If there is much data it would be much better to supply a small subset (that includes all alt

[R] reorder x-axis

2008-03-10 Thread stephen sefick
read.table("bug.txt", header=TRUE) plotMeans(bug$tot, bug$station, error.bars="se", main="Total") The plot is ordered in this way HC RM190 RM198 RM202. I would like it to plot in this way HC RM202 RM198 RM190. thanks Stephen Is this okay or would you like the data to be copied and pasted into th