powered by
triax.abline(b=NULL,r=NULL,l=NULL,col=par("col"),lty=par("lty"))
x,y
triax.abline
triax.plot
triax.plot(data.frame(bottom=0.4,right=0.3,left=0.3),main="Triax ablines") triax.abline(l=0.3,col="red") triax.abline(r=0.3,col="green") triax.abline(b=0.4,col="blue")
Run the code above in your browser using DataLab