Advertisement
Guest User

Untitled

a guest
Sep 19th, 2019
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. x = -50:50
  2. y = x^2
  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="y=x^2", col.main="blue", font.main=2)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement