[R] dotPlot with diagonal

1Rnwb sbpurohit at gmail.com
Thu Oct 27 03:10:51 CEST 2011


is this what you are looking for

library(lattice)
(Seq <- matrix(c(1, 1, 6, 1, 2, 2, 5, 4, 3, 3, 4, 3,
 4, 4, 3, 2, 5, 5, 2, 5, 6, 6, 1, 6), ncol = 6))
plot(Seq[1,], Seq[2,], main = "Sequenz 1 und
Sequenz 2", asp = 1)
abline(a=0,b=1,col='red',lwd=2) 

--
View this message in context: http://r.789695.n4.nabble.com/dotPlot-with-diagonal-tp3940265p3942828.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list