Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. par(mfrow = c(1, 2))
  2. plot(1:10)
  3. hist(1:10)
  4. # Oh no! I want to add abline(a = 0, b = 1) to the first plot!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement