Skip to content
Back to formatted view

Raw Message

Message-ID: <1319677851006-3942828.post@n4.nabble.com>
Date: 2011-10-27T01:10:51Z
From: 1Rnwb
Subject: dotPlot with diagonal
In-Reply-To: <CAFAD80-juFnkdNFC4u3UgKOrde9OD9xEHbDipQ9B+MZ8b54GcQ@mail.gmail.com>

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.