Message-ID: <BANLkTimgorHg7PvOw1mnMyZ3M=tgs67T3A@mail.gmail.com>
Date: 2011-05-08T21:58:31Z
From: Steven Kennedy
Subject: Plotting n a scale up to 6 decimal places
In-Reply-To: <BANLkTinaiFQnikXKUe9fuMJo68CVZxi+Dg@mail.gmail.com>
The plot works fine for me with the example data you have given. Maybe
it is something in your par settings. Try putting a ylim in your plot
the same as you have done for the xlim:
y1<-min(original.estimate)
y2<-max(original.estimate)
plot(lfdr.true, original.estimate, pch=19, col = "dark red",xlim =
c(x1,x2),ylim=c(y1,y2))