Displaying 1 result from an estimated 1 matches for "tp4650874".
2012 Nov 26
3
Plot(x,y) help
...points(x[lciidx],y[lciidx],pch="_",cex=4.5)
points(x[uciidx],y[uciidx],pch="_",cex=4.5)
box()
for(i in 1:4)
{
lines(c(x[lciidx[i]],x[uciidx[i]]),c(y[lciidx[i]],y[uciidx[i]],lwd=4,cex=4.5))
}
--
View this message in context: http://r.789695.n4.nabble.com/Plot-x-y-help-tp4650874.html
Sent from the R help mailing list archive at Nabble.com.