Skip to content
Prev 170874 / 398502 Next

Barplot with Sorted X-Axis

Gundala Viswanath wrote:
Hi Gundala,
How about sorting the levels of the data first:

attr(mydata,"levels")<-sort(levels(mydata))

or sorting the columns of the above table if that is what you are using 
to plot.

Jim