Advertisement
Guest User

Untitled

a guest
Sep 19th, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. x = -50:50
  2. y = 500 - (900*x)
  3. plot(x,y, type="l", col="red", xlim=c(-100,100), ylim=c(-1000, 1000))
  4. abline(h=0, v=0)
  5. title(main="500 - (900*x)", col.main="blue", font.main=2)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement