Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. x1 = c(1,2,3,4,5)
  2. y1 = c(10,13,15,17,11)
  3. y2 = c(5,7,8,3,5)
  4.  
  5. plot(x1, y1, y2)
  6.  
  7. Error in plot.xy(xy, type, ...) : invalid plot type
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement