SUNY Geneseo Department of Mathematics
Tuesday, September 9
Math 221 10
Fall 2014
Prof. Doug Baldwin
> x = seq( 0, 2, by=0.02 )
> y = 4 * x
> plot( x, y, type="l" )
> lines( c(0, 2), c(3.5, 3.5), col="red")
> lines( c(0,2), c(4.5,4.5), col="red")
> lines( c(7/8,7/8), c(0,5),col="blue")
> lines( c(9/8,9/8), c(0,5),col="blue")