Advertisement
Guest User

Untitled

a guest
Sep 26th, 2016
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. plot(time,baked4,type="l",col="green3", main="Title here", ylab="ylabel", xlab="label")
  2.  
  3. lines(time, hit4, col="blue3")
  4.  
  5. lines(time, broke4, col="dark orchid")
  6.  
  7. lines(time, folded4, col="gold")
  8.  
  9. lines(time, woke4, col="chocolate1")
  10.  
  11. lines(time, asked4, col="dark cyan")
  12.  
  13. lines(time, dropped4, col="lightblue3")
  14.  
  15. lines(time, tasted4, col="hot pink")
  16.  
  17. lines(time, kicked4, col="light pink")
  18.  
  19. lines(time, beat4, col="dark orange")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement