Checking relationship between Miles Per Galon vs Horse Power from the mtcars data
plot(mpg ~ hp, data = mtcars, col='blue')