Displaying 1 result from an estimated 1 matches for "tp24174761p24174761".
2009 Jun 23
2
Plot with a vertical line at zero on x axis
...colnames(d)<-c("y","x")
attach(d)
plot(y,x,xlab="",ylab="",axes=F)
abline(v=c(0.0),lty=2)
axis(1)
axis(3)
Any help with be greatly appreciated!
Legen
--
View this message in context: http://www.nabble.com/Plot-with-a-vertical-line-at-zero-on-x-axis-tp24174761p24174761.html
Sent from the R help mailing list archive at Nabble.com.