I have have 4 linear equations. I used ?curve with par(plot=new) but it overwrites the lines instead of plotting parallel lines.
y<-2*x+1
y<-2*x+3
y<-(-2)*x+1
y<-(-2)*x+3
How can i plot these four lines on single plot to see the parallelogram on plot.?