Displaying 1 result from an estimated 1 matches for "mtxf".
Did you mean:
mtx
2010 Nov 07
1
How do I order xyplot line points?
...ot; category.
What I would like is that categorical points are joined by lines in lexicographic order, to match ordering of labels on the x-axis.
How do I modify the xyplot command so that the lines are joined in correct order?
Here is the code I am using to draw my xyplot:
mtx <- read.table(mtxf.in, as.is=F, sep="\t", quote='', header=T, stringsAsFactors=T)
attach(mtx)...