Displaying 1 result from an estimated 1 matches for "offset_scatterplot".
2012 Oct 23
1
scatterplot with wrong line offset
...textxy(df2$perf,df2$ave, df2$G_T)
#The wrong offset begin here.
grid()
lines(x=c(0,40),y=c(20,20),type="l")
#---------------------------------------------------------Code
end---------------------------------------------
Here is the plot:
<http://r.789695.n4.nabble.com/file/n4647202/Offset_Scatterplot.png>
My problem is that the line should start at (0,20) and end at (40,20) , and
it has a offset...
What should i do?
Thanks
Francisco
--
View this message in context: http://r.789695.n4.nabble.com/scatterplot-with-wrong-line-offset-tp4647202.html
Sent from the R help mailing list archive...